@sparkrewards/sra-sdk 0.0.2 → 0.0.4

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "openapi": "3.1.0",
2
+ "openapi": "3.0.2",
3
3
  "info": {
4
4
  "title": "Spark Rewards App API Structure",
5
5
  "version": "2025-10-29",
@@ -2696,9 +2696,6 @@
2696
2696
  "type": "object",
2697
2697
  "additionalProperties": {
2698
2698
  "$ref": "#/components/schemas/Tier"
2699
- },
2700
- "propertyNames": {
2701
- "type": "string"
2702
2699
  }
2703
2700
  },
2704
2701
  "UpdateUserRequestContent": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "openapi": "3.1.0",
2
+ "openapi": "3.0.2",
3
3
  "info": {
4
4
  "title": "Spark Rewards App API Structure",
5
5
  "version": "2025-10-29",
@@ -2696,9 +2696,6 @@
2696
2696
  "type": "object",
2697
2697
  "additionalProperties": {
2698
2698
  "$ref": "#/components/schemas/Tier"
2699
- },
2700
- "propertyNames": {
2701
- "type": "string"
2702
2699
  }
2703
2700
  },
2704
2701
  "UpdateUserRequestContent": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sparkrewards/sra-sdk",
3
3
  "description": "@sparkrewards/sra-sdk server",
4
- "version": "0.0.2",
4
+ "version": "0.0.4",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",