orb-billing
Advanced tools
Comparing version 1.24.0 to 1.24.1
# Changelog | ||
## 1.24.1 (2023-10-26) | ||
Full Changelog: [v1.24.0...v1.24.1](https://github.com/orbcorp/orb-node/compare/v1.24.0...v1.24.1) | ||
### Bug Fixes | ||
* rename customer.credits.ledger.create_entry_by_exteral_id and RequestValidationErrors ([#11](https://github.com/orbcorp/orb-node/issues/11)) ([02404a8](https://github.com/orbcorp/orb-node/commit/02404a880c4620f4baa2d9b359ee0b88bf5efa0a)) | ||
## 1.24.0 (2023-10-26) | ||
@@ -4,0 +12,0 @@ |
@@ -67,3 +67,3 @@ import { Headers } from "./core.js"; | ||
} | ||
export declare class RequestValidationErrors extends BadRequestError { | ||
export declare class RequestValidationError extends BadRequestError { | ||
status: 400; | ||
@@ -70,0 +70,0 @@ type: 'https://docs.withorb.com/reference/error-responses#400-request-validation-errors'; |
"use strict"; | ||
// File generated from our OpenAPI spec by Stainless. | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OrbInternalServerError = exports.TooManyRequests = exports.ResourceTooLarge = exports.RequestTooLarge = exports.ResourceConflict = exports.URLNotFound = exports.ResourceNotFound = exports.OrbAuthenticationError = exports.RequestValidationErrors = exports.FeatureNotAvailable = exports.DuplicateResourceCreation = exports.InternalServerError = exports.RateLimitError = exports.UnprocessableEntityError = exports.ConflictError = exports.NotFoundError = exports.PermissionDeniedError = exports.AuthenticationError = exports.BadRequestError = exports.APIConnectionTimeoutError = exports.APIConnectionError = exports.APIUserAbortError = exports.APIError = exports.OrbError = void 0; | ||
exports.OrbInternalServerError = exports.TooManyRequests = exports.ResourceTooLarge = exports.RequestTooLarge = exports.ResourceConflict = exports.URLNotFound = exports.ResourceNotFound = exports.OrbAuthenticationError = exports.RequestValidationError = exports.FeatureNotAvailable = exports.DuplicateResourceCreation = exports.InternalServerError = exports.RateLimitError = exports.UnprocessableEntityError = exports.ConflictError = exports.NotFoundError = exports.PermissionDeniedError = exports.AuthenticationError = exports.BadRequestError = exports.APIConnectionTimeoutError = exports.APIConnectionError = exports.APIUserAbortError = exports.APIError = exports.OrbError = void 0; | ||
const core_1 = require("./core.js"); | ||
@@ -46,3 +46,3 @@ class OrbError extends Error { | ||
if (type === 'https://docs.withorb.com/reference/error-responses#400-request-validation-errors') { | ||
return new RequestValidationErrors(status, error, message, headers); | ||
return new RequestValidationError(status, error, message, headers); | ||
} | ||
@@ -199,3 +199,3 @@ if (type === 'https://docs.withorb.com/reference/error-responses#401-authentication-error') { | ||
exports.FeatureNotAvailable = FeatureNotAvailable; | ||
class RequestValidationErrors extends BadRequestError { | ||
class RequestValidationError extends BadRequestError { | ||
constructor(status, error, message, headers) { | ||
@@ -211,3 +211,3 @@ const data = error; | ||
} | ||
exports.RequestValidationErrors = RequestValidationErrors; | ||
exports.RequestValidationError = RequestValidationError; | ||
class OrbAuthenticationError extends AuthenticationError { | ||
@@ -214,0 +214,0 @@ constructor(status, error, message, headers) { |
@@ -113,9 +113,9 @@ import * as Core from "./core.js"; | ||
static PermissionDeniedError: typeof Errors.PermissionDeniedError; | ||
static RequestValidationError: typeof Errors.RequestValidationError; | ||
static OrbAuthenticationError: typeof Errors.OrbAuthenticationError; | ||
static OrbInternalServerError: typeof Errors.OrbInternalServerError; | ||
static RequestValidationErrors: typeof Errors.RequestValidationErrors; | ||
static UnprocessableEntityError: typeof Errors.UnprocessableEntityError; | ||
static DuplicateResourceCreation: typeof Errors.DuplicateResourceCreation; | ||
} | ||
export declare const OrbError: typeof Errors.OrbError, APIError: typeof Errors.APIError, APIConnectionError: typeof Errors.APIConnectionError, APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError, APIUserAbortError: typeof Errors.APIUserAbortError, URLNotFound: typeof Errors.URLNotFound, NotFoundError: typeof Errors.NotFoundError, ConflictError: typeof Errors.ConflictError, RateLimitError: typeof Errors.RateLimitError, BadRequestError: typeof Errors.BadRequestError, RequestTooLarge: typeof Errors.RequestTooLarge, TooManyRequests: typeof Errors.TooManyRequests, ResourceNotFound: typeof Errors.ResourceNotFound, ResourceConflict: typeof Errors.ResourceConflict, ResourceTooLarge: typeof Errors.ResourceTooLarge, AuthenticationError: typeof Errors.AuthenticationError, InternalServerError: typeof Errors.InternalServerError, FeatureNotAvailable: typeof Errors.FeatureNotAvailable, PermissionDeniedError: typeof Errors.PermissionDeniedError, OrbAuthenticationError: typeof Errors.OrbAuthenticationError, OrbInternalServerError: typeof Errors.OrbInternalServerError, RequestValidationErrors: typeof Errors.RequestValidationErrors, UnprocessableEntityError: typeof Errors.UnprocessableEntityError, DuplicateResourceCreation: typeof Errors.DuplicateResourceCreation; | ||
export declare const OrbError: typeof Errors.OrbError, APIError: typeof Errors.APIError, APIConnectionError: typeof Errors.APIConnectionError, APIConnectionTimeoutError: typeof Errors.APIConnectionTimeoutError, APIUserAbortError: typeof Errors.APIUserAbortError, URLNotFound: typeof Errors.URLNotFound, NotFoundError: typeof Errors.NotFoundError, ConflictError: typeof Errors.ConflictError, RateLimitError: typeof Errors.RateLimitError, BadRequestError: typeof Errors.BadRequestError, RequestTooLarge: typeof Errors.RequestTooLarge, TooManyRequests: typeof Errors.TooManyRequests, ResourceNotFound: typeof Errors.ResourceNotFound, ResourceConflict: typeof Errors.ResourceConflict, ResourceTooLarge: typeof Errors.ResourceTooLarge, AuthenticationError: typeof Errors.AuthenticationError, InternalServerError: typeof Errors.InternalServerError, FeatureNotAvailable: typeof Errors.FeatureNotAvailable, PermissionDeniedError: typeof Errors.PermissionDeniedError, RequestValidationError: typeof Errors.RequestValidationError, OrbAuthenticationError: typeof Errors.OrbAuthenticationError, OrbInternalServerError: typeof Errors.OrbInternalServerError, UnprocessableEntityError: typeof Errors.UnprocessableEntityError, DuplicateResourceCreation: typeof Errors.DuplicateResourceCreation; | ||
export import toFile = Uploads.toFile; | ||
@@ -122,0 +122,0 @@ export import fileFromPath = Uploads.fileFromPath; |
@@ -28,3 +28,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.fileFromPath = exports.toFile = exports.DuplicateResourceCreation = exports.UnprocessableEntityError = exports.RequestValidationErrors = exports.OrbInternalServerError = exports.OrbAuthenticationError = exports.PermissionDeniedError = exports.FeatureNotAvailable = exports.InternalServerError = exports.AuthenticationError = exports.ResourceTooLarge = exports.ResourceConflict = exports.ResourceNotFound = exports.TooManyRequests = exports.RequestTooLarge = exports.BadRequestError = exports.RateLimitError = exports.ConflictError = exports.NotFoundError = exports.URLNotFound = exports.APIUserAbortError = exports.APIConnectionTimeoutError = exports.APIConnectionError = exports.APIError = exports.OrbError = exports.Orb = void 0; | ||
exports.fileFromPath = exports.toFile = exports.DuplicateResourceCreation = exports.UnprocessableEntityError = exports.OrbInternalServerError = exports.OrbAuthenticationError = exports.RequestValidationError = exports.PermissionDeniedError = exports.FeatureNotAvailable = exports.InternalServerError = exports.AuthenticationError = exports.ResourceTooLarge = exports.ResourceConflict = exports.ResourceNotFound = exports.TooManyRequests = exports.RequestTooLarge = exports.BadRequestError = exports.RateLimitError = exports.ConflictError = exports.NotFoundError = exports.URLNotFound = exports.APIUserAbortError = exports.APIConnectionTimeoutError = exports.APIConnectionError = exports.APIError = exports.OrbError = exports.Orb = void 0; | ||
const Core = __importStar(require("./core.js")); | ||
@@ -120,8 +120,8 @@ const Pagination = __importStar(require("./pagination.js")); | ||
Orb.PermissionDeniedError = Errors.PermissionDeniedError; | ||
Orb.RequestValidationError = Errors.RequestValidationError; | ||
Orb.OrbAuthenticationError = Errors.OrbAuthenticationError; | ||
Orb.OrbInternalServerError = Errors.OrbInternalServerError; | ||
Orb.RequestValidationErrors = Errors.RequestValidationErrors; | ||
Orb.UnprocessableEntityError = Errors.UnprocessableEntityError; | ||
Orb.DuplicateResourceCreation = Errors.DuplicateResourceCreation; | ||
exports.OrbError = Errors.OrbError, exports.APIError = Errors.APIError, exports.APIConnectionError = Errors.APIConnectionError, exports.APIConnectionTimeoutError = Errors.APIConnectionTimeoutError, exports.APIUserAbortError = Errors.APIUserAbortError, exports.URLNotFound = Errors.URLNotFound, exports.NotFoundError = Errors.NotFoundError, exports.ConflictError = Errors.ConflictError, exports.RateLimitError = Errors.RateLimitError, exports.BadRequestError = Errors.BadRequestError, exports.RequestTooLarge = Errors.RequestTooLarge, exports.TooManyRequests = Errors.TooManyRequests, exports.ResourceNotFound = Errors.ResourceNotFound, exports.ResourceConflict = Errors.ResourceConflict, exports.ResourceTooLarge = Errors.ResourceTooLarge, exports.AuthenticationError = Errors.AuthenticationError, exports.InternalServerError = Errors.InternalServerError, exports.FeatureNotAvailable = Errors.FeatureNotAvailable, exports.PermissionDeniedError = Errors.PermissionDeniedError, exports.OrbAuthenticationError = Errors.OrbAuthenticationError, exports.OrbInternalServerError = Errors.OrbInternalServerError, exports.RequestValidationErrors = Errors.RequestValidationErrors, exports.UnprocessableEntityError = Errors.UnprocessableEntityError, exports.DuplicateResourceCreation = Errors.DuplicateResourceCreation; | ||
exports.OrbError = Errors.OrbError, exports.APIError = Errors.APIError, exports.APIConnectionError = Errors.APIConnectionError, exports.APIConnectionTimeoutError = Errors.APIConnectionTimeoutError, exports.APIUserAbortError = Errors.APIUserAbortError, exports.URLNotFound = Errors.URLNotFound, exports.NotFoundError = Errors.NotFoundError, exports.ConflictError = Errors.ConflictError, exports.RateLimitError = Errors.RateLimitError, exports.BadRequestError = Errors.BadRequestError, exports.RequestTooLarge = Errors.RequestTooLarge, exports.TooManyRequests = Errors.TooManyRequests, exports.ResourceNotFound = Errors.ResourceNotFound, exports.ResourceConflict = Errors.ResourceConflict, exports.ResourceTooLarge = Errors.ResourceTooLarge, exports.AuthenticationError = Errors.AuthenticationError, exports.InternalServerError = Errors.InternalServerError, exports.FeatureNotAvailable = Errors.FeatureNotAvailable, exports.PermissionDeniedError = Errors.PermissionDeniedError, exports.RequestValidationError = Errors.RequestValidationError, exports.OrbAuthenticationError = Errors.OrbAuthenticationError, exports.OrbInternalServerError = Errors.OrbInternalServerError, exports.UnprocessableEntityError = Errors.UnprocessableEntityError, exports.DuplicateResourceCreation = Errors.DuplicateResourceCreation; | ||
exports.toFile = Uploads.toFile; | ||
@@ -128,0 +128,0 @@ exports.fileFromPath = Uploads.fileFromPath; |
{ | ||
"name": "orb-billing", | ||
"version": "1.24.0", | ||
"version": "1.24.1", | ||
"description": "Client library for the Orb API", | ||
@@ -5,0 +5,0 @@ "author": "Orb <team@withorb.com>", |
@@ -49,3 +49,3 @@ import * as Core from 'orb-billing/core'; | ||
export import LedgerCreateEntryResponse = LedgerAPI.LedgerCreateEntryResponse; | ||
export import LedgerCreateEntryByExteralIDResponse = LedgerAPI.LedgerCreateEntryByExteralIDResponse; | ||
export import LedgerCreateEntryByExternalIDResponse = LedgerAPI.LedgerCreateEntryByExternalIDResponse; | ||
export import LedgerListByExternalIDResponse = LedgerAPI.LedgerListByExternalIDResponse; | ||
@@ -56,5 +56,5 @@ export import LedgerListResponsesPage = LedgerAPI.LedgerListResponsesPage; | ||
export import LedgerCreateEntryParams = LedgerAPI.LedgerCreateEntryParams; | ||
export import LedgerCreateEntryByExteralIDParams = LedgerAPI.LedgerCreateEntryByExteralIDParams; | ||
export import LedgerCreateEntryByExternalIDParams = LedgerAPI.LedgerCreateEntryByExternalIDParams; | ||
export import LedgerListByExternalIDParams = LedgerAPI.LedgerListByExternalIDParams; | ||
} | ||
//# sourceMappingURL=credits.d.ts.map |
export { CreditListResponse, CreditListByExternalIDResponse, CreditListParams, CreditListByExternalIDParams, CreditListResponsesPage, CreditListByExternalIDResponsesPage, Credits, } from "./credits.js"; | ||
export { LedgerListResponse, LedgerCreateEntryResponse, LedgerCreateEntryByExteralIDResponse, LedgerListByExternalIDResponse, LedgerListParams, LedgerCreateEntryParams, LedgerCreateEntryByExteralIDParams, LedgerListByExternalIDParams, LedgerListResponsesPage, LedgerListByExternalIDResponsesPage, Ledger, } from "./ledger.js"; | ||
export { LedgerListResponse, LedgerCreateEntryResponse, LedgerCreateEntryByExternalIDResponse, LedgerListByExternalIDResponse, LedgerListParams, LedgerCreateEntryParams, LedgerCreateEntryByExternalIDParams, LedgerListByExternalIDParams, LedgerListResponsesPage, LedgerListByExternalIDResponsesPage, Ledger, } from "./ledger.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -314,3 +314,3 @@ import * as Core from 'orb-billing/core'; | ||
*/ | ||
createEntryByExteralId(externalCustomerId: string | null, body: LedgerCreateEntryByExteralIDParams, options?: Core.RequestOptions): Core.APIPromise<LedgerCreateEntryByExteralIDResponse>; | ||
createEntryByExternalId(externalCustomerId: string | null, body: LedgerCreateEntryByExternalIDParams, options?: Core.RequestOptions): Core.APIPromise<LedgerCreateEntryByExternalIDResponse>; | ||
/** | ||
@@ -792,4 +792,4 @@ * The credits ledger provides _auditing_ functionality over Orb's credits system | ||
*/ | ||
export type LedgerCreateEntryByExteralIDResponse = LedgerCreateEntryByExteralIDResponse.IncrementLedgerEntry | LedgerCreateEntryByExteralIDResponse.DecrementLedgerEntry | LedgerCreateEntryByExteralIDResponse.ExpirationChangeLedgerEntry | LedgerCreateEntryByExteralIDResponse.CreditBlockExpiryLedgerEntry | LedgerCreateEntryByExteralIDResponse.VoidLedgerEntry | LedgerCreateEntryByExteralIDResponse.VoidInitiatedLedgerEntry | LedgerCreateEntryByExteralIDResponse.AmendmentLedgerEntry; | ||
export declare namespace LedgerCreateEntryByExteralIDResponse { | ||
export type LedgerCreateEntryByExternalIDResponse = LedgerCreateEntryByExternalIDResponse.IncrementLedgerEntry | LedgerCreateEntryByExternalIDResponse.DecrementLedgerEntry | LedgerCreateEntryByExternalIDResponse.ExpirationChangeLedgerEntry | LedgerCreateEntryByExternalIDResponse.CreditBlockExpiryLedgerEntry | LedgerCreateEntryByExternalIDResponse.VoidLedgerEntry | LedgerCreateEntryByExternalIDResponse.VoidInitiatedLedgerEntry | LedgerCreateEntryByExternalIDResponse.AmendmentLedgerEntry; | ||
export declare namespace LedgerCreateEntryByExternalIDResponse { | ||
interface IncrementLedgerEntry { | ||
@@ -1349,4 +1349,4 @@ id: string; | ||
} | ||
export type LedgerCreateEntryByExteralIDParams = LedgerCreateEntryByExteralIDParams.AddIncrementCreditLedgerEntryRequestParams | LedgerCreateEntryByExteralIDParams.AddDecrementCreditLedgerEntryRequestParams | LedgerCreateEntryByExteralIDParams.AddExpirationChangeCreditLedgerEntryRequestParams | LedgerCreateEntryByExteralIDParams.AddVoidCreditLedgerEntryRequestParams | LedgerCreateEntryByExteralIDParams.AddAmendmentCreditLedgerEntryRequestParams; | ||
export declare namespace LedgerCreateEntryByExteralIDParams { | ||
export type LedgerCreateEntryByExternalIDParams = LedgerCreateEntryByExternalIDParams.AddIncrementCreditLedgerEntryRequestParams | LedgerCreateEntryByExternalIDParams.AddDecrementCreditLedgerEntryRequestParams | LedgerCreateEntryByExternalIDParams.AddExpirationChangeCreditLedgerEntryRequestParams | LedgerCreateEntryByExternalIDParams.AddVoidCreditLedgerEntryRequestParams | LedgerCreateEntryByExternalIDParams.AddAmendmentCreditLedgerEntryRequestParams; | ||
export declare namespace LedgerCreateEntryByExternalIDParams { | ||
interface AddIncrementCreditLedgerEntryRequestParams { | ||
@@ -1381,3 +1381,3 @@ /** | ||
*/ | ||
invoice_settings?: LedgerCreateEntryByExteralIDParams.AddIncrementCreditLedgerEntryRequestParams.InvoiceSettings | null; | ||
invoice_settings?: LedgerCreateEntryByExternalIDParams.AddIncrementCreditLedgerEntryRequestParams.InvoiceSettings | null; | ||
/** | ||
@@ -1532,3 +1532,3 @@ * User-specified key/value pairs for the ledger entry resource. | ||
export import LedgerCreateEntryResponse = LedgerAPI.LedgerCreateEntryResponse; | ||
export import LedgerCreateEntryByExteralIDResponse = LedgerAPI.LedgerCreateEntryByExteralIDResponse; | ||
export import LedgerCreateEntryByExternalIDResponse = LedgerAPI.LedgerCreateEntryByExternalIDResponse; | ||
export import LedgerListByExternalIDResponse = LedgerAPI.LedgerListByExternalIDResponse; | ||
@@ -1539,5 +1539,5 @@ export import LedgerListResponsesPage = LedgerAPI.LedgerListResponsesPage; | ||
export import LedgerCreateEntryParams = LedgerAPI.LedgerCreateEntryParams; | ||
export import LedgerCreateEntryByExteralIDParams = LedgerAPI.LedgerCreateEntryByExteralIDParams; | ||
export import LedgerCreateEntryByExternalIDParams = LedgerAPI.LedgerCreateEntryByExternalIDParams; | ||
export import LedgerListByExternalIDParams = LedgerAPI.LedgerListByExternalIDParams; | ||
} | ||
//# sourceMappingURL=ledger.d.ts.map |
@@ -267,3 +267,3 @@ "use strict"; | ||
*/ | ||
createEntryByExteralId(externalCustomerId, body, options) { | ||
createEntryByExternalId(externalCustomerId, body, options) { | ||
return this.post(`/customers/external_customer_id/${externalCustomerId}/credits/ledger_entry`, { | ||
@@ -270,0 +270,0 @@ body, |
@@ -67,3 +67,3 @@ // File generated from our OpenAPI spec by Stainless. | ||
if (type === 'https://docs.withorb.com/reference/error-responses#400-request-validation-errors') { | ||
return new RequestValidationErrors(status, error, message, headers); | ||
return new RequestValidationError(status, error, message, headers); | ||
} | ||
@@ -244,3 +244,3 @@ | ||
export class RequestValidationErrors extends BadRequestError { | ||
export class RequestValidationError extends BadRequestError { | ||
override status: 400; | ||
@@ -247,0 +247,0 @@ |
@@ -169,5 +169,5 @@ // File generated from our OpenAPI spec by Stainless. | ||
static PermissionDeniedError = Errors.PermissionDeniedError; | ||
static RequestValidationError = Errors.RequestValidationError; | ||
static OrbAuthenticationError = Errors.OrbAuthenticationError; | ||
static OrbInternalServerError = Errors.OrbInternalServerError; | ||
static RequestValidationErrors = Errors.RequestValidationErrors; | ||
static UnprocessableEntityError = Errors.UnprocessableEntityError; | ||
@@ -197,5 +197,5 @@ static DuplicateResourceCreation = Errors.DuplicateResourceCreation; | ||
PermissionDeniedError, | ||
RequestValidationError, | ||
OrbAuthenticationError, | ||
OrbInternalServerError, | ||
RequestValidationErrors, | ||
UnprocessableEntityError, | ||
@@ -202,0 +202,0 @@ DuplicateResourceCreation, |
@@ -105,3 +105,3 @@ // File generated from our OpenAPI spec by Stainless. | ||
export import LedgerCreateEntryResponse = LedgerAPI.LedgerCreateEntryResponse; | ||
export import LedgerCreateEntryByExteralIDResponse = LedgerAPI.LedgerCreateEntryByExteralIDResponse; | ||
export import LedgerCreateEntryByExternalIDResponse = LedgerAPI.LedgerCreateEntryByExternalIDResponse; | ||
export import LedgerListByExternalIDResponse = LedgerAPI.LedgerListByExternalIDResponse; | ||
@@ -112,4 +112,4 @@ export import LedgerListResponsesPage = LedgerAPI.LedgerListResponsesPage; | ||
export import LedgerCreateEntryParams = LedgerAPI.LedgerCreateEntryParams; | ||
export import LedgerCreateEntryByExteralIDParams = LedgerAPI.LedgerCreateEntryByExteralIDParams; | ||
export import LedgerCreateEntryByExternalIDParams = LedgerAPI.LedgerCreateEntryByExternalIDParams; | ||
export import LedgerListByExternalIDParams = LedgerAPI.LedgerListByExternalIDParams; | ||
} |
@@ -15,7 +15,7 @@ // File generated from our OpenAPI spec by Stainless. | ||
LedgerCreateEntryResponse, | ||
LedgerCreateEntryByExteralIDResponse, | ||
LedgerCreateEntryByExternalIDResponse, | ||
LedgerListByExternalIDResponse, | ||
LedgerListParams, | ||
LedgerCreateEntryParams, | ||
LedgerCreateEntryByExteralIDParams, | ||
LedgerCreateEntryByExternalIDParams, | ||
LedgerListByExternalIDParams, | ||
@@ -22,0 +22,0 @@ LedgerListResponsesPage, |
@@ -346,7 +346,7 @@ // File generated from our OpenAPI spec by Stainless. | ||
*/ | ||
createEntryByExteralId( | ||
createEntryByExternalId( | ||
externalCustomerId: string | null, | ||
body: LedgerCreateEntryByExteralIDParams, | ||
body: LedgerCreateEntryByExternalIDParams, | ||
options?: Core.RequestOptions, | ||
): Core.APIPromise<LedgerCreateEntryByExteralIDResponse> { | ||
): Core.APIPromise<LedgerCreateEntryByExternalIDResponse> { | ||
return this.post(`/customers/external_customer_id/${externalCustomerId}/credits/ledger_entry`, { | ||
@@ -1128,12 +1128,12 @@ body, | ||
*/ | ||
export type LedgerCreateEntryByExteralIDResponse = | ||
| LedgerCreateEntryByExteralIDResponse.IncrementLedgerEntry | ||
| LedgerCreateEntryByExteralIDResponse.DecrementLedgerEntry | ||
| LedgerCreateEntryByExteralIDResponse.ExpirationChangeLedgerEntry | ||
| LedgerCreateEntryByExteralIDResponse.CreditBlockExpiryLedgerEntry | ||
| LedgerCreateEntryByExteralIDResponse.VoidLedgerEntry | ||
| LedgerCreateEntryByExteralIDResponse.VoidInitiatedLedgerEntry | ||
| LedgerCreateEntryByExteralIDResponse.AmendmentLedgerEntry; | ||
export type LedgerCreateEntryByExternalIDResponse = | ||
| LedgerCreateEntryByExternalIDResponse.IncrementLedgerEntry | ||
| LedgerCreateEntryByExternalIDResponse.DecrementLedgerEntry | ||
| LedgerCreateEntryByExternalIDResponse.ExpirationChangeLedgerEntry | ||
| LedgerCreateEntryByExternalIDResponse.CreditBlockExpiryLedgerEntry | ||
| LedgerCreateEntryByExternalIDResponse.VoidLedgerEntry | ||
| LedgerCreateEntryByExternalIDResponse.VoidInitiatedLedgerEntry | ||
| LedgerCreateEntryByExternalIDResponse.AmendmentLedgerEntry; | ||
export namespace LedgerCreateEntryByExteralIDResponse { | ||
export namespace LedgerCreateEntryByExternalIDResponse { | ||
export interface IncrementLedgerEntry { | ||
@@ -2012,10 +2012,10 @@ id: string; | ||
export type LedgerCreateEntryByExteralIDParams = | ||
| LedgerCreateEntryByExteralIDParams.AddIncrementCreditLedgerEntryRequestParams | ||
| LedgerCreateEntryByExteralIDParams.AddDecrementCreditLedgerEntryRequestParams | ||
| LedgerCreateEntryByExteralIDParams.AddExpirationChangeCreditLedgerEntryRequestParams | ||
| LedgerCreateEntryByExteralIDParams.AddVoidCreditLedgerEntryRequestParams | ||
| LedgerCreateEntryByExteralIDParams.AddAmendmentCreditLedgerEntryRequestParams; | ||
export type LedgerCreateEntryByExternalIDParams = | ||
| LedgerCreateEntryByExternalIDParams.AddIncrementCreditLedgerEntryRequestParams | ||
| LedgerCreateEntryByExternalIDParams.AddDecrementCreditLedgerEntryRequestParams | ||
| LedgerCreateEntryByExternalIDParams.AddExpirationChangeCreditLedgerEntryRequestParams | ||
| LedgerCreateEntryByExternalIDParams.AddVoidCreditLedgerEntryRequestParams | ||
| LedgerCreateEntryByExternalIDParams.AddAmendmentCreditLedgerEntryRequestParams; | ||
export namespace LedgerCreateEntryByExteralIDParams { | ||
export namespace LedgerCreateEntryByExternalIDParams { | ||
export interface AddIncrementCreditLedgerEntryRequestParams { | ||
@@ -2055,3 +2055,3 @@ /** | ||
*/ | ||
invoice_settings?: LedgerCreateEntryByExteralIDParams.AddIncrementCreditLedgerEntryRequestParams.InvoiceSettings | null; | ||
invoice_settings?: LedgerCreateEntryByExternalIDParams.AddIncrementCreditLedgerEntryRequestParams.InvoiceSettings | null; | ||
@@ -2250,3 +2250,3 @@ /** | ||
export import LedgerCreateEntryResponse = LedgerAPI.LedgerCreateEntryResponse; | ||
export import LedgerCreateEntryByExteralIDResponse = LedgerAPI.LedgerCreateEntryByExteralIDResponse; | ||
export import LedgerCreateEntryByExternalIDResponse = LedgerAPI.LedgerCreateEntryByExternalIDResponse; | ||
export import LedgerListByExternalIDResponse = LedgerAPI.LedgerListByExternalIDResponse; | ||
@@ -2257,4 +2257,4 @@ export import LedgerListResponsesPage = LedgerAPI.LedgerListResponsesPage; | ||
export import LedgerCreateEntryParams = LedgerAPI.LedgerCreateEntryParams; | ||
export import LedgerCreateEntryByExteralIDParams = LedgerAPI.LedgerCreateEntryByExteralIDParams; | ||
export import LedgerCreateEntryByExternalIDParams = LedgerAPI.LedgerCreateEntryByExternalIDParams; | ||
export import LedgerListByExternalIDParams = LedgerAPI.LedgerListByExternalIDParams; | ||
} |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '1.24.0'; // x-release-please-version | ||
export const VERSION = '1.24.1'; // x-release-please-version |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.24.0"; | ||
export declare const VERSION = "1.24.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '1.24.0'; // x-release-please-version | ||
exports.VERSION = '1.24.1'; // x-release-please-version | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2305379