@snagsolutions/sdk 0.1.0-alpha.160 → 0.1.0-alpha.161
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 +8 -0
- package/package.json +1 -1
- package/resources/loyalty/rules.d.ts +1 -1
- package/src/resources/loyalty/rules.ts +1 -1
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.161 (2025-10-07)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.1.0-alpha.160...v0.1.0-alpha.161](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.160...v0.1.0-alpha.161)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** open api update ([771b91a](https://github.com/Snag-Solutions/node-sdk/commit/771b91aa79a20d41aba08b3880744deee386ae13))
|
|
10
|
+
|
|
3
11
|
## 0.1.0-alpha.160 (2025-10-07)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v0.1.0-alpha.159...v0.1.0-alpha.160](https://github.com/Snag-Solutions/node-sdk/compare/v0.1.0-alpha.159...v0.1.0-alpha.160)
|
package/package.json
CHANGED
|
@@ -2509,7 +2509,7 @@ export declare namespace RuleGetStatusResponse {
|
|
|
2509
2509
|
* - Spend in Shopify Store: "Shopify not connected"
|
|
2510
2510
|
* - Points Airdrop: "Seems like you're not eligible for this points airdrop."
|
|
2511
2511
|
*
|
|
2512
|
-
* General
|
|
2512
|
+
* General
|
|
2513
2513
|
*
|
|
2514
2514
|
* - "Quest already completed"
|
|
2515
2515
|
* - "Quest already completed using the same social account (${socialAccountName}),
|
|
@@ -3701,7 +3701,7 @@ export namespace RuleGetStatusResponse {
|
|
|
3701
3701
|
* - Spend in Shopify Store: "Shopify not connected"
|
|
3702
3702
|
* - Points Airdrop: "Seems like you're not eligible for this points airdrop."
|
|
3703
3703
|
*
|
|
3704
|
-
* General
|
|
3704
|
+
* General
|
|
3705
3705
|
*
|
|
3706
3706
|
* - "Quest already completed"
|
|
3707
3707
|
* - "Quest already completed using the same social account (${socialAccountName}),
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.1.0-alpha.
|
|
1
|
+
export const VERSION = '0.1.0-alpha.161'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.1.0-alpha.
|
|
1
|
+
export declare const VERSION = "0.1.0-alpha.161";
|
|
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.
|
|
4
|
+
exports.VERSION = '0.1.0-alpha.161'; // 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.
|
|
1
|
+
export const VERSION = '0.1.0-alpha.161'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|