@snagsolutions/sdk 0.1.0-alpha.101 → 0.1.0-alpha.102

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.102 (2025-08-13)
4
+
5
+ Full Changelog: [v0.1.0-alpha.101...v0.1.0-alpha.102](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.101...v0.1.0-alpha.102)
6
+
7
+ ### Features
8
+
9
+ * **api:** open api update ([2999989](https://github.com/Snag-Solutions/node-sdk/commit/299998977139d6920913bb753c962973f25a38cc))
10
+
3
11
  ## 0.1.0-alpha.101 (2025-08-12)
4
12
 
5
13
  Full Changelog: [v0.1.0-alpha.100...v0.1.0-alpha.101](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.100...v0.1.0-alpha.101)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snagsolutions/sdk",
3
- "version": "0.1.0-alpha.101",
3
+ "version": "0.1.0-alpha.102",
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",
@@ -4041,7 +4041,7 @@ export interface RuleCompleteParams {
4041
4041
  */
4042
4042
  commentLink?: string;
4043
4043
  /**
4044
- * Unique key to ensure idempotent requests
4044
+ * Unique key to ensure idempotent requests.
4045
4045
  */
4046
4046
  idempotencyKey?: string;
4047
4047
  /**
@@ -5966,7 +5966,7 @@ export interface RuleCompleteParams {
5966
5966
  commentLink?: string;
5967
5967
 
5968
5968
  /**
5969
- * Unique key to ensure idempotent requests
5969
+ * Unique key to ensure idempotent requests.
5970
5970
  */
5971
5971
  idempotencyKey?: string;
5972
5972
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.0-alpha.101'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.102'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.1.0-alpha.101";
1
+ export declare const VERSION = "0.1.0-alpha.102";
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.101'; // x-release-please-version
4
+ exports.VERSION = '0.1.0-alpha.102'; // 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.101'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.102'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map