@snagsolutions/sdk 0.1.0-alpha.100 → 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,21 @@
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
+
11
+ ## 0.1.0-alpha.101 (2025-08-12)
12
+
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)
14
+
15
+ ### Features
16
+
17
+ * **api:** open api update ([aad55d5](https://github.com/Snag-Solutions/node-sdk/commit/aad55d56991354cb6187dc84562c4875d5947ee8))
18
+
3
19
  ## 0.1.0-alpha.100 (2025-08-12)
4
20
 
5
21
  Full Changelog: [v0.1.0-alpha.99...v0.1.0-alpha.100](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.99...v0.1.0-alpha.100)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snagsolutions/sdk",
3
- "version": "0.1.0-alpha.100",
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
  /**
@@ -365,7 +365,7 @@ export interface TransactionGetTransactionEntriesParams {
365
365
  */
366
366
  userCompletedLoyaltyRuleId?: string | Array<string>;
367
367
  /**
368
- * External identifier for the user group controlled by you
368
+ * External identifier for the user group controlled by you.
369
369
  */
370
370
  userGroupExternalIdentifier?: string;
371
371
  /**
@@ -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
 
@@ -602,7 +602,7 @@ export interface TransactionGetTransactionEntriesParams {
602
602
  userCompletedLoyaltyRuleId?: string | Array<string>;
603
603
 
604
604
  /**
605
- * External identifier for the user group controlled by you
605
+ * External identifier for the user group controlled by you.
606
606
  */
607
607
  userGroupExternalIdentifier?: string;
608
608
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.1.0-alpha.100'; // 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.100";
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.100'; // 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.100'; // x-release-please-version
1
+ export const VERSION = '0.1.0-alpha.102'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map