@managespace/sdk 0.1.190-melissa.dev → 0.1.190

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.
@@ -0,0 +1,26 @@
1
+ /**
2
+ * ManageSpace API
3
+ * ManageSpace API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const FieldConditionAction: {
17
+ readonly show: "show";
18
+ readonly hide: "hide";
19
+ };
20
+ export type FieldConditionAction = typeof FieldConditionAction[keyof typeof FieldConditionAction];
21
+ export declare function instanceOfFieldConditionAction(value: any): boolean;
22
+ export declare function FieldConditionActionFromJSON(json: any): FieldConditionAction;
23
+ export declare function FieldConditionActionFromJSONTyped(json: any, ignoreDiscriminator: boolean): FieldConditionAction;
24
+ export declare function FieldConditionActionToJSON(value?: FieldConditionAction | null): any;
25
+ export declare function FieldConditionActionToJSONTyped(value: any, ignoreDiscriminator: boolean): FieldConditionAction;
26
+ //# sourceMappingURL=field-condition-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field-condition-action.d.ts","sourceRoot":"","sources":["../../../src/generated/models/field-condition-action.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,oBAAoB;;;CAGvB,CAAC;AACX,MAAM,MAAM,oBAAoB,GAAG,OAAO,oBAAoB,CAAC,MAAM,OAAO,oBAAoB,CAAC,CAAC;AAGlG,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASlE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAE/G;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,GAAG,GAAG,CAEnF;AAED,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAE9G"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ // @ts-nocheck
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * ManageSpace API
7
+ * ManageSpace API Documentation
8
+ *
9
+ * The version of the OpenAPI document: 1.0.0
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
13
+ * https://openapi-generator.tech
14
+ * Do not edit the class manually.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.FieldConditionAction = void 0;
18
+ exports.instanceOfFieldConditionAction = instanceOfFieldConditionAction;
19
+ exports.FieldConditionActionFromJSON = FieldConditionActionFromJSON;
20
+ exports.FieldConditionActionFromJSONTyped = FieldConditionActionFromJSONTyped;
21
+ exports.FieldConditionActionToJSON = FieldConditionActionToJSON;
22
+ exports.FieldConditionActionToJSONTyped = FieldConditionActionToJSONTyped;
23
+ /**
24
+ *
25
+ * @export
26
+ */
27
+ exports.FieldConditionAction = {
28
+ show: 'show',
29
+ hide: 'hide'
30
+ };
31
+ function instanceOfFieldConditionAction(value) {
32
+ for (const key in exports.FieldConditionAction) {
33
+ if (Object.prototype.hasOwnProperty.call(exports.FieldConditionAction, key)) {
34
+ if (exports.FieldConditionAction[key] === value) {
35
+ return true;
36
+ }
37
+ }
38
+ }
39
+ return false;
40
+ }
41
+ function FieldConditionActionFromJSON(json) {
42
+ return FieldConditionActionFromJSONTyped(json, false);
43
+ }
44
+ function FieldConditionActionFromJSONTyped(json, ignoreDiscriminator) {
45
+ return json;
46
+ }
47
+ function FieldConditionActionToJSON(value) {
48
+ return value;
49
+ }
50
+ function FieldConditionActionToJSONTyped(value, ignoreDiscriminator) {
51
+ return value;
52
+ }
@@ -0,0 +1,30 @@
1
+ /**
2
+ * ManageSpace API
3
+ * ManageSpace API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ */
16
+ export declare const FieldConditionOperation: {
17
+ readonly equal: "equal";
18
+ readonly not_equal: "not_equal";
19
+ readonly contains: "contains";
20
+ readonly not_contains: "not_contains";
21
+ readonly empty: "empty";
22
+ readonly not_empty: "not_empty";
23
+ };
24
+ export type FieldConditionOperation = typeof FieldConditionOperation[keyof typeof FieldConditionOperation];
25
+ export declare function instanceOfFieldConditionOperation(value: any): boolean;
26
+ export declare function FieldConditionOperationFromJSON(json: any): FieldConditionOperation;
27
+ export declare function FieldConditionOperationFromJSONTyped(json: any, ignoreDiscriminator: boolean): FieldConditionOperation;
28
+ export declare function FieldConditionOperationToJSON(value?: FieldConditionOperation | null): any;
29
+ export declare function FieldConditionOperationToJSONTyped(value: any, ignoreDiscriminator: boolean): FieldConditionOperation;
30
+ //# sourceMappingURL=field-condition-operation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field-condition-operation.d.ts","sourceRoot":"","sources":["../../../src/generated/models/field-condition-operation.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,uBAAuB;;;;;;;CAO1B,CAAC;AACX,MAAM,MAAM,uBAAuB,GAAG,OAAO,uBAAuB,CAAC,MAAM,OAAO,uBAAuB,CAAC,CAAC;AAG3G,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CASrE;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAErH;AAED,wBAAgB,6BAA6B,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,GAAG,GAAG,CAEzF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAEpH"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ // @ts-nocheck
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * ManageSpace API
7
+ * ManageSpace API Documentation
8
+ *
9
+ * The version of the OpenAPI document: 1.0.0
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
13
+ * https://openapi-generator.tech
14
+ * Do not edit the class manually.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.FieldConditionOperation = void 0;
18
+ exports.instanceOfFieldConditionOperation = instanceOfFieldConditionOperation;
19
+ exports.FieldConditionOperationFromJSON = FieldConditionOperationFromJSON;
20
+ exports.FieldConditionOperationFromJSONTyped = FieldConditionOperationFromJSONTyped;
21
+ exports.FieldConditionOperationToJSON = FieldConditionOperationToJSON;
22
+ exports.FieldConditionOperationToJSONTyped = FieldConditionOperationToJSONTyped;
23
+ /**
24
+ *
25
+ * @export
26
+ */
27
+ exports.FieldConditionOperation = {
28
+ equal: 'equal',
29
+ not_equal: 'not_equal',
30
+ contains: 'contains',
31
+ not_contains: 'not_contains',
32
+ empty: 'empty',
33
+ not_empty: 'not_empty'
34
+ };
35
+ function instanceOfFieldConditionOperation(value) {
36
+ for (const key in exports.FieldConditionOperation) {
37
+ if (Object.prototype.hasOwnProperty.call(exports.FieldConditionOperation, key)) {
38
+ if (exports.FieldConditionOperation[key] === value) {
39
+ return true;
40
+ }
41
+ }
42
+ }
43
+ return false;
44
+ }
45
+ function FieldConditionOperationFromJSON(json) {
46
+ return FieldConditionOperationFromJSONTyped(json, false);
47
+ }
48
+ function FieldConditionOperationFromJSONTyped(json, ignoreDiscriminator) {
49
+ return json;
50
+ }
51
+ function FieldConditionOperationToJSON(value) {
52
+ return value;
53
+ }
54
+ function FieldConditionOperationToJSONTyped(value, ignoreDiscriminator) {
55
+ return value;
56
+ }
@@ -0,0 +1,59 @@
1
+ /**
2
+ * ManageSpace API
3
+ * ManageSpace API Documentation
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { FieldConditionOperation } from './field-condition-operation';
13
+ import type { FieldConditionAction } from './field-condition-action';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface FieldCondition
18
+ */
19
+ export interface FieldCondition {
20
+ /**
21
+ * UUID of the field to evaluate. Preferred — DocuSeal stores conditions by UUID.
22
+ * @type {string}
23
+ * @memberof FieldCondition
24
+ */
25
+ fieldUuid?: string;
26
+ /**
27
+ * Name of the field to evaluate. Fallback when the UUID is not yet known.
28
+ * @type {string}
29
+ * @memberof FieldCondition
30
+ */
31
+ fieldName?: string;
32
+ /**
33
+ * The value to compare against.
34
+ * @type {string}
35
+ * @memberof FieldCondition
36
+ */
37
+ value: string;
38
+ /**
39
+ *
40
+ * @type {FieldConditionAction}
41
+ * @memberof FieldCondition
42
+ */
43
+ action: FieldConditionAction;
44
+ /**
45
+ *
46
+ * @type {FieldConditionOperation}
47
+ * @memberof FieldCondition
48
+ */
49
+ operation: FieldConditionOperation;
50
+ }
51
+ /**
52
+ * Check if a given object implements the FieldCondition interface.
53
+ */
54
+ export declare function instanceOfFieldCondition(value: object): value is FieldCondition;
55
+ export declare function FieldConditionFromJSON(json: any): FieldCondition;
56
+ export declare function FieldConditionFromJSONTyped(json: any, ignoreDiscriminator: boolean): FieldCondition;
57
+ export declare function FieldConditionToJSON(json: any): FieldCondition;
58
+ export declare function FieldConditionToJSONTyped(value?: FieldCondition | null, ignoreDiscriminator?: boolean): any;
59
+ //# sourceMappingURL=field-condition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"field-condition.d.ts","sourceRoot":"","sources":["../../../src/generated/models/field-condition.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAO3E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAQrE;;;;GAIG;AACH,MAAM,WAAW,cAAc;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,SAAS,EAAE,uBAAuB,CAAC;CACtC;AAID;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,cAAc,CAK/E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAYnG;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAE9D;AAED,wBAAgB,yBAAyB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAalH"}
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ // @ts-nocheck
3
+ /* tslint:disable */
4
+ /* eslint-disable */
5
+ /**
6
+ * ManageSpace API
7
+ * ManageSpace API Documentation
8
+ *
9
+ * The version of the OpenAPI document: 1.0.0
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
13
+ * https://openapi-generator.tech
14
+ * Do not edit the class manually.
15
+ */
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.instanceOfFieldCondition = instanceOfFieldCondition;
18
+ exports.FieldConditionFromJSON = FieldConditionFromJSON;
19
+ exports.FieldConditionFromJSONTyped = FieldConditionFromJSONTyped;
20
+ exports.FieldConditionToJSON = FieldConditionToJSON;
21
+ exports.FieldConditionToJSONTyped = FieldConditionToJSONTyped;
22
+ const field_condition_operation_1 = require("./field-condition-operation");
23
+ const field_condition_action_1 = require("./field-condition-action");
24
+ /**
25
+ * Check if a given object implements the FieldCondition interface.
26
+ */
27
+ function instanceOfFieldCondition(value) {
28
+ if (!('value' in value) || value['value'] === undefined)
29
+ return false;
30
+ if (!('action' in value) || value['action'] === undefined)
31
+ return false;
32
+ if (!('operation' in value) || value['operation'] === undefined)
33
+ return false;
34
+ return true;
35
+ }
36
+ function FieldConditionFromJSON(json) {
37
+ return FieldConditionFromJSONTyped(json, false);
38
+ }
39
+ function FieldConditionFromJSONTyped(json, ignoreDiscriminator) {
40
+ if (json == null) {
41
+ return json;
42
+ }
43
+ return {
44
+ 'fieldUuid': json['field_uuid'] == null ? undefined : json['field_uuid'],
45
+ 'fieldName': json['field_name'] == null ? undefined : json['field_name'],
46
+ 'value': json['value'],
47
+ 'action': (0, field_condition_action_1.FieldConditionActionFromJSON)(json['action']),
48
+ 'operation': (0, field_condition_operation_1.FieldConditionOperationFromJSON)(json['operation']),
49
+ };
50
+ }
51
+ function FieldConditionToJSON(json) {
52
+ return FieldConditionToJSONTyped(json, false);
53
+ }
54
+ function FieldConditionToJSONTyped(value, ignoreDiscriminator = false) {
55
+ if (value == null) {
56
+ return value;
57
+ }
58
+ return {
59
+ 'field_uuid': value['fieldUuid'],
60
+ 'field_name': value['fieldName'],
61
+ 'value': value['value'],
62
+ 'action': (0, field_condition_action_1.FieldConditionActionToJSON)(value['action']),
63
+ 'operation': (0, field_condition_operation_1.FieldConditionOperationToJSON)(value['operation']),
64
+ };
65
+ }
@@ -112,6 +112,9 @@ export * from './extensibility-function-metadata';
112
112
  export * from './extensibility-repo';
113
113
  export * from './extensibility-status';
114
114
  export * from './field-area';
115
+ export * from './field-condition';
116
+ export * from './field-condition-action';
117
+ export * from './field-condition-operation';
115
118
  export * from './field-preferences';
116
119
  export * from './field-type';
117
120
  export * from './filter-item';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
@@ -131,6 +131,9 @@ __exportStar(require("./extensibility-function-metadata"), exports);
131
131
  __exportStar(require("./extensibility-repo"), exports);
132
132
  __exportStar(require("./extensibility-status"), exports);
133
133
  __exportStar(require("./field-area"), exports);
134
+ __exportStar(require("./field-condition"), exports);
135
+ __exportStar(require("./field-condition-action"), exports);
136
+ __exportStar(require("./field-condition-operation"), exports);
134
137
  __exportStar(require("./field-preferences"), exports);
135
138
  __exportStar(require("./field-type"), exports);
136
139
  __exportStar(require("./filter-item"), exports);
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { FieldCondition } from './field-condition';
12
13
  import type { FieldArea } from './field-area';
13
14
  import type { FieldPreferences } from './field-preferences';
14
15
  import type { FieldType } from './field-type';
@@ -43,11 +44,11 @@ export interface TemplateField {
43
44
  */
44
45
  areas: Array<FieldArea>;
45
46
  /**
46
- * Condition to show/hide field based on another field value
47
- * @type {string}
47
+ * Conditions that show/hide this field based on other field values. Matches DocuSeal’s array-of-objects shape. Provide either field_uuid (preferred, once known) or field_name (fallback).
48
+ * @type {Array<FieldCondition>}
48
49
  * @memberof TemplateField
49
50
  */
50
- condition?: string;
51
+ conditions?: Array<FieldCondition>;
51
52
  /**
52
53
  * The options for select fields
53
54
  * @type {Array<string>}
@@ -1 +1 @@
1
- {"version":3,"file":"template-field.d.ts","sourceRoot":"","sources":["../../../src/generated/models/template-field.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAO9C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAO5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQ9C;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAClC;AAID;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,aAAa,CAM7E;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE9D;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAcjG;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE5D;AAED,wBAAgB,wBAAwB,CAAC,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAehH"}
1
+ {"version":3,"file":"template-field.d.ts","sourceRoot":"","sources":["../../../src/generated/models/template-field.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAOxD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAO9C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAO5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQ9C;;;;GAIG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,IAAI,EAAE,SAAS,CAAC;IAChB;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;OAIG;IACH,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,gBAAgB,CAAC;CAClC;AAID;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,aAAa,CAM7E;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE9D;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAcjG;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE5D;AAED,wBAAgB,wBAAwB,CAAC,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAehH"}
@@ -19,6 +19,7 @@ exports.TemplateFieldFromJSON = TemplateFieldFromJSON;
19
19
  exports.TemplateFieldFromJSONTyped = TemplateFieldFromJSONTyped;
20
20
  exports.TemplateFieldToJSON = TemplateFieldToJSON;
21
21
  exports.TemplateFieldToJSONTyped = TemplateFieldToJSONTyped;
22
+ const field_condition_1 = require("./field-condition");
22
23
  const field_area_1 = require("./field-area");
23
24
  const field_preferences_1 = require("./field-preferences");
24
25
  const field_type_1 = require("./field-type");
@@ -48,7 +49,7 @@ function TemplateFieldFromJSONTyped(json, ignoreDiscriminator) {
48
49
  'type': (0, field_type_1.FieldTypeFromJSON)(json['type']),
49
50
  'required': json['required'],
50
51
  'areas': (json['areas'].map(field_area_1.FieldAreaFromJSON)),
51
- 'condition': json['condition'] == null ? undefined : json['condition'],
52
+ 'conditions': json['conditions'] == null ? undefined : (json['conditions'].map(field_condition_1.FieldConditionFromJSON)),
52
53
  'options': json['options'] == null ? undefined : json['options'],
53
54
  'preferences': json['preferences'] == null ? undefined : (0, field_preferences_1.FieldPreferencesFromJSON)(json['preferences']),
54
55
  };
@@ -65,7 +66,7 @@ function TemplateFieldToJSONTyped(value, ignoreDiscriminator = false) {
65
66
  'type': (0, field_type_1.FieldTypeToJSON)(value['type']),
66
67
  'required': value['required'],
67
68
  'areas': (value['areas'].map(field_area_1.FieldAreaToJSON)),
68
- 'condition': value['condition'],
69
+ 'conditions': value['conditions'] == null ? undefined : (value['conditions'].map(field_condition_1.FieldConditionToJSON)),
69
70
  'options': value['options'],
70
71
  'preferences': (0, field_preferences_1.FieldPreferencesToJSON)(value['preferences']),
71
72
  };
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@managespace/sdk",
3
- "version": "0.1.190-melissa.dev",
3
+ "version": "0.1.184",
4
4
  "scripts": {
5
5
  "dev": "tsc -w --preserveWatchOutput",
6
6
  "build": "tsc",
7
7
  "lint:check": "eslint .",
8
8
  "lint:fix": "eslint --fix .",
9
9
  "lint:fix:cache": "eslint --fix .",
10
- "upload": "tsc && npm publish --tag dev"
10
+ "upload": "tsc && npm publish"
11
11
  },
12
12
  "main": "./dist/index.js",
13
13
  "types": "./dist/index.d.ts",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@managespace/sdk",
3
- "version": "0.1.190-melissa.dev",
3
+ "version": "0.1.190",
4
4
  "scripts": {
5
5
  "dev": "tsc -w --preserveWatchOutput",
6
6
  "build": "tsc",
7
7
  "lint:check": "eslint .",
8
8
  "lint:fix": "eslint --fix .",
9
9
  "lint:fix:cache": "eslint --fix .",
10
- "upload": "tsc && npm publish --tag dev"
10
+ "upload": "tsc && npm publish"
11
11
  },
12
12
  "main": "./dist/index.js",
13
13
  "types": "./dist/index.d.ts",
@@ -115,6 +115,9 @@ models/extensibility-function-metadata.ts
115
115
  models/extensibility-repo.ts
116
116
  models/extensibility-status.ts
117
117
  models/field-area.ts
118
+ models/field-condition-action.ts
119
+ models/field-condition-operation.ts
120
+ models/field-condition.ts
118
121
  models/field-preferences.ts
119
122
  models/field-type.ts
120
123
  models/filter-item-value.ts
@@ -0,0 +1,54 @@
1
+ // @ts-nocheck
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * ManageSpace API
6
+ * ManageSpace API Documentation
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ */
21
+ export const FieldConditionAction = {
22
+ show: 'show',
23
+ hide: 'hide'
24
+ } as const;
25
+ export type FieldConditionAction = typeof FieldConditionAction[keyof typeof FieldConditionAction];
26
+
27
+
28
+ export function instanceOfFieldConditionAction(value: any): boolean {
29
+ for (const key in FieldConditionAction) {
30
+ if (Object.prototype.hasOwnProperty.call(FieldConditionAction, key)) {
31
+ if (FieldConditionAction[key as keyof typeof FieldConditionAction] === value) {
32
+ return true;
33
+ }
34
+ }
35
+ }
36
+ return false;
37
+ }
38
+
39
+ export function FieldConditionActionFromJSON(json: any): FieldConditionAction {
40
+ return FieldConditionActionFromJSONTyped(json, false);
41
+ }
42
+
43
+ export function FieldConditionActionFromJSONTyped(json: any, ignoreDiscriminator: boolean): FieldConditionAction {
44
+ return json as FieldConditionAction;
45
+ }
46
+
47
+ export function FieldConditionActionToJSON(value?: FieldConditionAction | null): any {
48
+ return value as any;
49
+ }
50
+
51
+ export function FieldConditionActionToJSONTyped(value: any, ignoreDiscriminator: boolean): FieldConditionAction {
52
+ return value as FieldConditionAction;
53
+ }
54
+
@@ -0,0 +1,58 @@
1
+ // @ts-nocheck
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * ManageSpace API
6
+ * ManageSpace API Documentation
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ */
21
+ export const FieldConditionOperation = {
22
+ equal: 'equal',
23
+ not_equal: 'not_equal',
24
+ contains: 'contains',
25
+ not_contains: 'not_contains',
26
+ empty: 'empty',
27
+ not_empty: 'not_empty'
28
+ } as const;
29
+ export type FieldConditionOperation = typeof FieldConditionOperation[keyof typeof FieldConditionOperation];
30
+
31
+
32
+ export function instanceOfFieldConditionOperation(value: any): boolean {
33
+ for (const key in FieldConditionOperation) {
34
+ if (Object.prototype.hasOwnProperty.call(FieldConditionOperation, key)) {
35
+ if (FieldConditionOperation[key as keyof typeof FieldConditionOperation] === value) {
36
+ return true;
37
+ }
38
+ }
39
+ }
40
+ return false;
41
+ }
42
+
43
+ export function FieldConditionOperationFromJSON(json: any): FieldConditionOperation {
44
+ return FieldConditionOperationFromJSONTyped(json, false);
45
+ }
46
+
47
+ export function FieldConditionOperationFromJSONTyped(json: any, ignoreDiscriminator: boolean): FieldConditionOperation {
48
+ return json as FieldConditionOperation;
49
+ }
50
+
51
+ export function FieldConditionOperationToJSON(value?: FieldConditionOperation | null): any {
52
+ return value as any;
53
+ }
54
+
55
+ export function FieldConditionOperationToJSONTyped(value: any, ignoreDiscriminator: boolean): FieldConditionOperation {
56
+ return value as FieldConditionOperation;
57
+ }
58
+
@@ -0,0 +1,118 @@
1
+ // @ts-nocheck
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * ManageSpace API
6
+ * ManageSpace API Documentation
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+
16
+ import { mapValues } from '../runtime';
17
+ import type { FieldConditionOperation } from './field-condition-operation';
18
+ import {
19
+ FieldConditionOperationFromJSON,
20
+ FieldConditionOperationFromJSONTyped,
21
+ FieldConditionOperationToJSON,
22
+ FieldConditionOperationToJSONTyped,
23
+ } from './field-condition-operation';
24
+ import type { FieldConditionAction } from './field-condition-action';
25
+ import {
26
+ FieldConditionActionFromJSON,
27
+ FieldConditionActionFromJSONTyped,
28
+ FieldConditionActionToJSON,
29
+ FieldConditionActionToJSONTyped,
30
+ } from './field-condition-action';
31
+
32
+ /**
33
+ *
34
+ * @export
35
+ * @interface FieldCondition
36
+ */
37
+ export interface FieldCondition {
38
+ /**
39
+ * UUID of the field to evaluate. Preferred — DocuSeal stores conditions by UUID.
40
+ * @type {string}
41
+ * @memberof FieldCondition
42
+ */
43
+ fieldUuid?: string;
44
+ /**
45
+ * Name of the field to evaluate. Fallback when the UUID is not yet known.
46
+ * @type {string}
47
+ * @memberof FieldCondition
48
+ */
49
+ fieldName?: string;
50
+ /**
51
+ * The value to compare against.
52
+ * @type {string}
53
+ * @memberof FieldCondition
54
+ */
55
+ value: string;
56
+ /**
57
+ *
58
+ * @type {FieldConditionAction}
59
+ * @memberof FieldCondition
60
+ */
61
+ action: FieldConditionAction;
62
+ /**
63
+ *
64
+ * @type {FieldConditionOperation}
65
+ * @memberof FieldCondition
66
+ */
67
+ operation: FieldConditionOperation;
68
+ }
69
+
70
+
71
+
72
+ /**
73
+ * Check if a given object implements the FieldCondition interface.
74
+ */
75
+ export function instanceOfFieldCondition(value: object): value is FieldCondition {
76
+ if (!('value' in value) || value['value'] === undefined) return false;
77
+ if (!('action' in value) || value['action'] === undefined) return false;
78
+ if (!('operation' in value) || value['operation'] === undefined) return false;
79
+ return true;
80
+ }
81
+
82
+ export function FieldConditionFromJSON(json: any): FieldCondition {
83
+ return FieldConditionFromJSONTyped(json, false);
84
+ }
85
+
86
+ export function FieldConditionFromJSONTyped(json: any, ignoreDiscriminator: boolean): FieldCondition {
87
+ if (json == null) {
88
+ return json;
89
+ }
90
+ return {
91
+
92
+ 'fieldUuid': json['field_uuid'] == null ? undefined : json['field_uuid'],
93
+ 'fieldName': json['field_name'] == null ? undefined : json['field_name'],
94
+ 'value': json['value'],
95
+ 'action': FieldConditionActionFromJSON(json['action']),
96
+ 'operation': FieldConditionOperationFromJSON(json['operation']),
97
+ };
98
+ }
99
+
100
+ export function FieldConditionToJSON(json: any): FieldCondition {
101
+ return FieldConditionToJSONTyped(json, false);
102
+ }
103
+
104
+ export function FieldConditionToJSONTyped(value?: FieldCondition | null, ignoreDiscriminator: boolean = false): any {
105
+ if (value == null) {
106
+ return value;
107
+ }
108
+
109
+ return {
110
+
111
+ 'field_uuid': value['fieldUuid'],
112
+ 'field_name': value['fieldName'],
113
+ 'value': value['value'],
114
+ 'action': FieldConditionActionToJSON(value['action']),
115
+ 'operation': FieldConditionOperationToJSON(value['operation']),
116
+ };
117
+ }
118
+
@@ -115,6 +115,9 @@ export * from './extensibility-function-metadata';
115
115
  export * from './extensibility-repo';
116
116
  export * from './extensibility-status';
117
117
  export * from './field-area';
118
+ export * from './field-condition';
119
+ export * from './field-condition-action';
120
+ export * from './field-condition-operation';
118
121
  export * from './field-preferences';
119
122
  export * from './field-type';
120
123
  export * from './filter-item';
@@ -14,6 +14,13 @@
14
14
  */
15
15
 
16
16
  import { mapValues } from '../runtime';
17
+ import type { FieldCondition } from './field-condition';
18
+ import {
19
+ FieldConditionFromJSON,
20
+ FieldConditionFromJSONTyped,
21
+ FieldConditionToJSON,
22
+ FieldConditionToJSONTyped,
23
+ } from './field-condition';
17
24
  import type { FieldArea } from './field-area';
18
25
  import {
19
26
  FieldAreaFromJSON,
@@ -67,11 +74,11 @@ export interface TemplateField {
67
74
  */
68
75
  areas: Array<FieldArea>;
69
76
  /**
70
- * Condition to show/hide field based on another field value
71
- * @type {string}
77
+ * Conditions that show/hide this field based on other field values. Matches DocuSeal’s array-of-objects shape. Provide either field_uuid (preferred, once known) or field_name (fallback).
78
+ * @type {Array<FieldCondition>}
72
79
  * @memberof TemplateField
73
80
  */
74
- condition?: string;
81
+ conditions?: Array<FieldCondition>;
75
82
  /**
76
83
  * The options for select fields
77
84
  * @type {Array<string>}
@@ -113,7 +120,7 @@ export function TemplateFieldFromJSONTyped(json: any, ignoreDiscriminator: boole
113
120
  'type': FieldTypeFromJSON(json['type']),
114
121
  'required': json['required'],
115
122
  'areas': ((json['areas'] as Array<any>).map(FieldAreaFromJSON)),
116
- 'condition': json['condition'] == null ? undefined : json['condition'],
123
+ 'conditions': json['conditions'] == null ? undefined : ((json['conditions'] as Array<any>).map(FieldConditionFromJSON)),
117
124
  'options': json['options'] == null ? undefined : json['options'],
118
125
  'preferences': json['preferences'] == null ? undefined : FieldPreferencesFromJSON(json['preferences']),
119
126
  };
@@ -134,7 +141,7 @@ export function TemplateFieldToJSONTyped(value?: TemplateField | null, ignoreDis
134
141
  'type': FieldTypeToJSON(value['type']),
135
142
  'required': value['required'],
136
143
  'areas': ((value['areas'] as Array<any>).map(FieldAreaToJSON)),
137
- 'condition': value['condition'],
144
+ 'conditions': value['conditions'] == null ? undefined : ((value['conditions'] as Array<any>).map(FieldConditionToJSON)),
138
145
  'options': value['options'],
139
146
  'preferences': FieldPreferencesToJSON(value['preferences']),
140
147
  };