@snagsolutions/sdk 0.1.0-alpha.108 → 0.1.0-alpha.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-alpha.109 (2025-08-14)
4
+
5
+ Full Changelog: [v0.1.0-alpha.108...v0.1.0-alpha.109](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.108...v0.1.0-alpha.109)
6
+
7
+ ### Features
8
+
9
+ * **api:** open api update ([6de7ce0](https://github.com/Snag-Solutions/node-sdk/commit/6de7ce0c9037a59c88137407f87e8ad4ebdf857a))
10
+
3
11
  ## 0.1.0-alpha.108 (2025-08-14)
4
12
 
5
13
  Full Changelog: [v0.1.0-alpha.107...v0.1.0-alpha.108](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.107...v0.1.0-alpha.108)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snagsolutions/sdk",
3
- "version": "0.1.0-alpha.108",
3
+ "version": "0.1.0-alpha.109",
4
4
  "description": "The official TypeScript library for the Snag Solutions API",
5
5
  "author": "Snag Solutions <dev-feedback@snag-solutions.com>",
6
6
  "types": "./index.d.ts",
@@ -3785,7 +3785,7 @@ export interface RuleListParams {
3785
3785
  */
3786
3786
  isActive?: 'true' | 'false';
3787
3787
  /**
3788
- * Maximum number of records to return (max 1000)
3788
+ * Maximum number of records to return (max 100)
3789
3789
  */
3790
3790
  limit?: number;
3791
3791
  /**
@@ -317,7 +317,7 @@ export interface TransactionGetTransactionEntriesParams {
317
317
  */
318
318
  idempotencyKey?: string;
319
319
  /**
320
- * Maximum number of records to return (max 1000)
320
+ * Maximum number of records to return (max 100)
321
321
  */
322
322
  limit?: number;
323
323
  /**
@@ -5674,7 +5674,7 @@ export interface RuleListParams {
5674
5674
  isActive?: 'true' | 'false';
5675
5675
 
5676
5676
  /**
5677
- * Maximum number of records to return (max 1000)
5677
+ * Maximum number of records to return (max 100)
5678
5678
  */
5679
5679
  limit?: number;
5680
5680
 
@@ -416,7 +416,7 @@ export interface TransactionGetTransactionEntriesParams {
416
416
  idempotencyKey?: string;
417
417
 
418
418
  /**
419
- * Maximum number of records to return (max 1000)
419
+ * Maximum number of records to return (max 100)
420
420
  */
421
421
  limit?: number;
422
422
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.0-alpha.108'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.109'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0-alpha.108";
1
+ export declare const VERSION = "0.1.0-alpha.109";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.1.0-alpha.108'; // x-release-please-version
4
+ exports.VERSION = '0.1.0-alpha.109'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.1.0-alpha.108'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.109'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map