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

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.101 (2025-08-12)
4
+
5
+ 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)
6
+
7
+ ### Features
8
+
9
+ * **api:** open api update ([aad55d5](https://github.com/Snag-Solutions/node-sdk/commit/aad55d56991354cb6187dc84562c4875d5947ee8))
10
+
3
11
  ## 0.1.0-alpha.100 (2025-08-12)
4
12
 
5
13
  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.101",
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",
@@ -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
  /**
@@ -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.101'; // 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.101";
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.101'; // 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.101'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map