@platzio/sdk 0.5.0 → 0.5.1

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 (3) hide show
  1. package/api.ts +12 -0
  2. package/openapi.yaml +2 -0
  3. package/package.json +1 -1
package/api.ts CHANGED
@@ -3980,6 +3980,12 @@ export interface UiSchemaInput {
3980
3980
  * @memberof UiSchemaInput
3981
3981
  */
3982
3982
  'showIfAll'?: Array<UiSchemaFieldValuePair> | null;
3983
+ /**
3984
+ *
3985
+ * @type {any}
3986
+ * @memberof UiSchemaInput
3987
+ */
3988
+ 'showIf'?: any | null;
3983
3989
  /**
3984
3990
  *
3985
3991
  * @type {Array<UiSchemaInputFieldValue>}
@@ -4059,6 +4065,12 @@ export interface UiSchemaInputAllOf {
4059
4065
  * @memberof UiSchemaInputAllOf
4060
4066
  */
4061
4067
  'showIfAll'?: Array<UiSchemaFieldValuePair> | null;
4068
+ /**
4069
+ *
4070
+ * @type {any}
4071
+ * @memberof UiSchemaInputAllOf
4072
+ */
4073
+ 'showIf'?: any | null;
4062
4074
  /**
4063
4075
  *
4064
4076
  * @type {Array<UiSchemaInputFieldValue>}
package/openapi.yaml CHANGED
@@ -3709,6 +3709,8 @@ components:
3709
3709
  items:
3710
3710
  $ref: '#/components/schemas/UiSchemaFieldValuePair'
3711
3711
  nullable: true
3712
+ showIf:
3713
+ nullable: true
3712
3714
  filters:
3713
3715
  type: array
3714
3716
  items:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platzio/sdk",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Platz.io SDK",
5
5
  "homepage": "https://platz.io",
6
6
  "repository": {