@tagsamurai/gsts-api-services 2.0.1-alpha.35 → 2.0.1-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/gsts-api-services",
3
- "version": "2.0.1-alpha.35",
3
+ "version": "2.0.1-alpha.36",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Global Settings Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",
@@ -155,6 +155,7 @@ export interface CustomField {
155
155
  name: string;
156
156
  dataType: DataType;
157
157
  optionValue: string[];
158
+ usedOptions: string[];
158
159
  isActive: boolean;
159
160
  isRequired: 'Yes' | 'No' | BaseString;
160
161
  createdAt: string;