@closerplatform/spinner-openapi 0.12.128 → 0.12.129

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.
Files changed (2) hide show
  1. package/dist/api.d.ts +4 -4
  2. package/package.json +1 -1
package/dist/api.d.ts CHANGED
@@ -1123,10 +1123,10 @@ export interface BackOfficeField {
1123
1123
  key: string;
1124
1124
  /**
1125
1125
  *
1126
- * @type {string}
1126
+ * @type {any}
1127
1127
  * @memberof BackOfficeField
1128
1128
  */
1129
- value: string;
1129
+ value: any;
1130
1130
  /**
1131
1131
  *
1132
1132
  * @type {string}
@@ -1148,10 +1148,10 @@ export interface BackOfficeFieldPatch {
1148
1148
  key: string;
1149
1149
  /**
1150
1150
  *
1151
- * @type {string}
1151
+ * @type {any}
1152
1152
  * @memberof BackOfficeFieldPatch
1153
1153
  */
1154
- value?: string;
1154
+ value?: any;
1155
1155
  /**
1156
1156
  *
1157
1157
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@closerplatform/spinner-openapi",
3
- "version": "0.12.128",
3
+ "version": "0.12.129",
4
4
  "description": "swagger client for @closerplatform/spinner-openapi",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [