Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

orb-billing

Package Overview
Dependencies
Maintainers
2
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orb-billing - npm Package Compare versions

Comparing version 4.27.0 to 4.28.0

resources/events/volume.d.ts

8

CHANGELOG.md
# Changelog
## 4.28.0 (2024-10-11)
Full Changelog: [v4.27.0...v4.28.0](https://github.com/orbcorp/orb-node/compare/v4.27.0...v4.28.0)
### Features
* **api:** api update ([#362](https://github.com/orbcorp/orb-node/issues/362)) ([deaaa1a](https://github.com/orbcorp/orb-node/commit/deaaa1a2ff2c7e3356151b4db434ca9540e7709b))
## 4.27.0 (2024-10-10)

@@ -4,0 +12,0 @@

2

package.json
{
"name": "orb-billing",
"version": "4.27.0",
"version": "4.28.0",
"description": "The official TypeScript library for the Orb API",

@@ -5,0 +5,0 @@ "author": "Orb <team@withorb.com>",

@@ -5,4 +5,6 @@ import { APIResource } from "../../resource.js";

import * as BackfillsAPI from "./backfills.js";
import * as VolumeAPI from "./volume.js";
export declare class Events extends APIResource {
backfills: BackfillsAPI.Backfills;
volume: VolumeAPI.Volume;
/**

@@ -527,3 +529,6 @@ * This endpoint is used to amend a single usage event with a given `event_id`.

export import BackfillListParams = BackfillsAPI.BackfillListParams;
export import Volume = VolumeAPI.Volume;
export import EventVolumes = VolumeAPI.EventVolumes;
export import VolumeListParams = VolumeAPI.VolumeListParams;
}
//# sourceMappingURL=events.d.ts.map

@@ -30,2 +30,3 @@ "use strict";

const BackfillsAPI = __importStar(require("./backfills.js"));
const VolumeAPI = __importStar(require("./volume.js"));
class Events extends resource_1.APIResource {

@@ -35,2 +36,3 @@ constructor() {

this.backfills = new BackfillsAPI.Backfills(this._client);
this.volume = new VolumeAPI.Volume(this._client);
}

@@ -365,3 +367,4 @@ /**

Events.BackfillListResponsesPage = BackfillsAPI.BackfillListResponsesPage;
Events.Volume = VolumeAPI.Volume;
})(Events = exports.Events || (exports.Events = {}));
//# sourceMappingURL=events.js.map
export { BackfillCreateResponse, BackfillListResponse, BackfillCloseResponse, BackfillFetchResponse, BackfillRevertResponse, BackfillCreateParams, BackfillListParams, BackfillListResponsesPage, Backfills, } from "./backfills.js";
export { EventUpdateResponse, EventDeprecateResponse, EventIngestResponse, EventSearchResponse, EventUpdateParams, EventIngestParams, EventSearchParams, Events, } from "./events.js";
export { EventVolumes, VolumeListParams, Volume } from "./volume.js";
//# sourceMappingURL=index.d.ts.map
"use strict";
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
Object.defineProperty(exports, "__esModule", { value: true });
exports.Events = exports.Backfills = exports.BackfillListResponsesPage = void 0;
exports.Volume = exports.Events = exports.Backfills = exports.BackfillListResponsesPage = void 0;
var backfills_1 = require("./backfills.js");

@@ -10,2 +10,4 @@ Object.defineProperty(exports, "BackfillListResponsesPage", { enumerable: true, get: function () { return backfills_1.BackfillListResponsesPage; } });

Object.defineProperty(exports, "Events", { enumerable: true, get: function () { return events_1.Events; } });
var volume_1 = require("./volume.js");
Object.defineProperty(exports, "Volume", { enumerable: true, get: function () { return volume_1.Volume; } });
//# sourceMappingURL=index.js.map

@@ -7,5 +7,7 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

import * as BackfillsAPI from './backfills';
import * as VolumeAPI from './volume';
export class Events extends APIResource {
backfills: BackfillsAPI.Backfills = new BackfillsAPI.Backfills(this._client);
volume: VolumeAPI.Volume = new VolumeAPI.Volume(this._client);

@@ -581,2 +583,5 @@ /**

export import BackfillListParams = BackfillsAPI.BackfillListParams;
export import Volume = VolumeAPI.Volume;
export import EventVolumes = VolumeAPI.EventVolumes;
export import VolumeListParams = VolumeAPI.VolumeListParams;
}

@@ -24,1 +24,2 @@ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

} from './events';
export { EventVolumes, VolumeListParams, Volume } from './volume';

@@ -1,1 +0,1 @@

export const VERSION = '4.27.0'; // x-release-please-version
export const VERSION = '4.28.0'; // x-release-please-version

@@ -1,2 +0,2 @@

export declare const VERSION = "4.27.0";
export declare const VERSION = "4.28.0";
//# sourceMappingURL=version.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '4.27.0'; // x-release-please-version
exports.VERSION = '4.28.0'; // 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc