@customafk/lunas-api-sdk 0.0.35 → 0.0.36

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/dist/index.d.cts CHANGED
@@ -2128,7 +2128,7 @@ declare const _func: () => {
2128
2128
  expected?: string;
2129
2129
  };
2130
2130
  }>>;
2131
- options: ((params: {
2131
+ option: ((params: {
2132
2132
  optionId: string | number;
2133
2133
  }) => {
2134
2134
  patch: (body?: {
package/dist/index.d.mts CHANGED
@@ -2128,7 +2128,7 @@ declare const _func: () => {
2128
2128
  expected?: string;
2129
2129
  };
2130
2130
  }>>;
2131
- options: ((params: {
2131
+ option: ((params: {
2132
2132
  optionId: string | number;
2133
2133
  }) => {
2134
2134
  patch: (body?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@customafk/lunas-api-sdk",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "main": "./dist/index.cjs",
5
5
  "scripts": {
6
6
  "build": "tsdown"