@smplkit/sdk 3.0.74 → 3.0.76
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1843,7 +1843,7 @@ interface components {
|
|
|
1843
1843
|
UsageAttributes: {
|
|
1844
1844
|
/**
|
|
1845
1845
|
* Limit Key
|
|
1846
|
-
* @description Identifier of the metered limit, e.g. `flags.
|
|
1846
|
+
* @description Identifier of the metered limit, e.g. `flags.managed_flags`.
|
|
1847
1847
|
*/
|
|
1848
1848
|
limit_key: string;
|
|
1849
1849
|
/**
|
|
@@ -1864,7 +1864,7 @@ interface components {
|
|
|
1864
1864
|
* "data": [
|
|
1865
1865
|
* {
|
|
1866
1866
|
* "attributes": {
|
|
1867
|
-
* "limit_key": "flags.
|
|
1867
|
+
* "limit_key": "flags.managed_flags",
|
|
1868
1868
|
* "period": "current",
|
|
1869
1869
|
* "value": 5
|
|
1870
1870
|
* },
|
|
@@ -1884,7 +1884,7 @@ interface components {
|
|
|
1884
1884
|
* @description JSON:API resource envelope for a usage counter.
|
|
1885
1885
|
* @example {
|
|
1886
1886
|
* "attributes": {
|
|
1887
|
-
* "limit_key": "flags.
|
|
1887
|
+
* "limit_key": "flags.managed_flags",
|
|
1888
1888
|
* "period": "current",
|
|
1889
1889
|
* "value": 5
|
|
1890
1890
|
* },
|
package/dist/index.d.ts
CHANGED
|
@@ -1843,7 +1843,7 @@ interface components {
|
|
|
1843
1843
|
UsageAttributes: {
|
|
1844
1844
|
/**
|
|
1845
1845
|
* Limit Key
|
|
1846
|
-
* @description Identifier of the metered limit, e.g. `flags.
|
|
1846
|
+
* @description Identifier of the metered limit, e.g. `flags.managed_flags`.
|
|
1847
1847
|
*/
|
|
1848
1848
|
limit_key: string;
|
|
1849
1849
|
/**
|
|
@@ -1864,7 +1864,7 @@ interface components {
|
|
|
1864
1864
|
* "data": [
|
|
1865
1865
|
* {
|
|
1866
1866
|
* "attributes": {
|
|
1867
|
-
* "limit_key": "flags.
|
|
1867
|
+
* "limit_key": "flags.managed_flags",
|
|
1868
1868
|
* "period": "current",
|
|
1869
1869
|
* "value": 5
|
|
1870
1870
|
* },
|
|
@@ -1884,7 +1884,7 @@ interface components {
|
|
|
1884
1884
|
* @description JSON:API resource envelope for a usage counter.
|
|
1885
1885
|
* @example {
|
|
1886
1886
|
* "attributes": {
|
|
1887
|
-
* "limit_key": "flags.
|
|
1887
|
+
* "limit_key": "flags.managed_flags",
|
|
1888
1888
|
* "period": "current",
|
|
1889
1889
|
* "value": 5
|
|
1890
1890
|
* },
|