@smartytalent/api-client 0.1.26 → 0.1.27

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 (61) hide show
  1. package/dist/models/RunRelationshipsSchema.d.ts +7 -7
  2. package/dist/models/RunRelationshipsSchema.d.ts.map +1 -1
  3. package/dist/models/RunRelationshipsSchema.js +6 -6
  4. package/dist/models/RunRelationshipsSchema.js.map +1 -1
  5. package/dist/models/RunRelationshipsSchema1.d.ts +3 -3
  6. package/dist/models/RunRelationshipsSchema1.d.ts.map +1 -1
  7. package/dist/models/RunRelationshipsSchema1.js +4 -4
  8. package/dist/models/RunRelationshipsSchema1.js.map +1 -1
  9. package/dist/models/RunRelationshipsSchema1Workflow.d.ts +34 -0
  10. package/dist/models/RunRelationshipsSchema1Workflow.d.ts.map +1 -0
  11. package/dist/models/RunRelationshipsSchema1Workflow.js +50 -0
  12. package/dist/models/RunRelationshipsSchema1Workflow.js.map +1 -0
  13. package/dist/models/RunRelationshipsSchema1WorkflowData.d.ts +46 -0
  14. package/dist/models/RunRelationshipsSchema1WorkflowData.d.ts.map +1 -0
  15. package/dist/models/RunRelationshipsSchema1WorkflowData.js +62 -0
  16. package/dist/models/RunRelationshipsSchema1WorkflowData.js.map +1 -0
  17. package/dist/models/RunRelationshipsTriggerSchema.d.ts +34 -0
  18. package/dist/models/RunRelationshipsTriggerSchema.d.ts.map +1 -0
  19. package/dist/models/RunRelationshipsTriggerSchema.js +50 -0
  20. package/dist/models/RunRelationshipsTriggerSchema.js.map +1 -0
  21. package/dist/models/RunRelationshipsTriggerSchemaData.d.ts +39 -0
  22. package/dist/models/RunRelationshipsTriggerSchemaData.d.ts.map +1 -0
  23. package/dist/models/RunRelationshipsTriggerSchemaData.js +51 -0
  24. package/dist/models/RunRelationshipsTriggerSchemaData.js.map +1 -0
  25. package/dist/models/RunRelationshipsWorkflowSchema.d.ts +34 -0
  26. package/dist/models/RunRelationshipsWorkflowSchema.d.ts.map +1 -0
  27. package/dist/models/RunRelationshipsWorkflowSchema.js +50 -0
  28. package/dist/models/RunRelationshipsWorkflowSchema.js.map +1 -0
  29. package/dist/models/RunRelationshipsWorkflowSchemaData.d.ts +39 -0
  30. package/dist/models/RunRelationshipsWorkflowSchemaData.d.ts.map +1 -0
  31. package/dist/models/RunRelationshipsWorkflowSchemaData.js +51 -0
  32. package/dist/models/RunRelationshipsWorkflowSchemaData.js.map +1 -0
  33. package/dist/models/index.d.ts +6 -6
  34. package/dist/models/index.d.ts.map +1 -1
  35. package/dist/models/index.js +6 -6
  36. package/dist/models/index.js.map +1 -1
  37. package/package.json +1 -1
  38. package/dist/models/RunRelationshipsSchema1Workflows.d.ts +0 -34
  39. package/dist/models/RunRelationshipsSchema1Workflows.d.ts.map +0 -1
  40. package/dist/models/RunRelationshipsSchema1Workflows.js +0 -50
  41. package/dist/models/RunRelationshipsSchema1Workflows.js.map +0 -1
  42. package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.d.ts +0 -46
  43. package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.d.ts.map +0 -1
  44. package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.js +0 -62
  45. package/dist/models/RunRelationshipsSchema1WorkflowsDataInner.js.map +0 -1
  46. package/dist/models/RunRelationshipsTriggersSchema.d.ts +0 -34
  47. package/dist/models/RunRelationshipsTriggersSchema.d.ts.map +0 -1
  48. package/dist/models/RunRelationshipsTriggersSchema.js +0 -50
  49. package/dist/models/RunRelationshipsTriggersSchema.js.map +0 -1
  50. package/dist/models/RunRelationshipsTriggersSchemaDataInner.d.ts +0 -39
  51. package/dist/models/RunRelationshipsTriggersSchemaDataInner.d.ts.map +0 -1
  52. package/dist/models/RunRelationshipsTriggersSchemaDataInner.js +0 -51
  53. package/dist/models/RunRelationshipsTriggersSchemaDataInner.js.map +0 -1
  54. package/dist/models/RunRelationshipsWorkflowsSchema.d.ts +0 -34
  55. package/dist/models/RunRelationshipsWorkflowsSchema.d.ts.map +0 -1
  56. package/dist/models/RunRelationshipsWorkflowsSchema.js +0 -50
  57. package/dist/models/RunRelationshipsWorkflowsSchema.js.map +0 -1
  58. package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.d.ts +0 -39
  59. package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.d.ts.map +0 -1
  60. package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.js +0 -51
  61. package/dist/models/RunRelationshipsWorkflowsSchemaDataInner.js.map +0 -1
@@ -9,26 +9,26 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { RunRelationshipsWorkflowsSchema } from './RunRelationshipsWorkflowsSchema';
13
- import type { RunRelationshipsTriggersSchema } from './RunRelationshipsTriggersSchema';
12
+ import type { RunRelationshipsTriggerSchema } from './RunRelationshipsTriggerSchema';
13
+ import type { RunRelationshipsWorkflowSchema } from './RunRelationshipsWorkflowSchema';
14
14
  /**
15
- *
15
+ * Relationships are to-one (JSON:API). Keys are singular (workflow, trigger) with a single-object data.
16
16
  * @export
17
17
  * @interface RunRelationshipsSchema
18
18
  */
19
19
  export interface RunRelationshipsSchema {
20
20
  /**
21
21
  *
22
- * @type {RunRelationshipsWorkflowsSchema}
22
+ * @type {RunRelationshipsWorkflowSchema}
23
23
  * @memberof RunRelationshipsSchema
24
24
  */
25
- workflows?: RunRelationshipsWorkflowsSchema;
25
+ workflow?: RunRelationshipsWorkflowSchema;
26
26
  /**
27
27
  *
28
- * @type {RunRelationshipsTriggersSchema}
28
+ * @type {RunRelationshipsTriggerSchema}
29
29
  * @memberof RunRelationshipsSchema
30
30
  */
31
- triggers?: RunRelationshipsTriggersSchema;
31
+ trigger?: RunRelationshipsTriggerSchema;
32
32
  }
33
33
  /**
34
34
  * Check if a given object implements the RunRelationshipsSchema interface.
@@ -1 +1 @@
1
- {"version":3,"file":"RunRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAOzF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAQvF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,SAAS,CAAC,EAAE,+BAA+B,CAAC;IAC5C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,8BAA8B,CAAC;CAC7C;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAE/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CASnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlI"}
1
+ {"version":3,"file":"RunRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAQvF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,8BAA8B,CAAC;IAC1C;;;;OAIG;IACH,OAAO,CAAC,EAAE,6BAA6B,CAAC;CAC3C;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAE/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CASnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlI"}
@@ -18,8 +18,8 @@ exports.RunRelationshipsSchemaFromJSON = RunRelationshipsSchemaFromJSON;
18
18
  exports.RunRelationshipsSchemaFromJSONTyped = RunRelationshipsSchemaFromJSONTyped;
19
19
  exports.RunRelationshipsSchemaToJSON = RunRelationshipsSchemaToJSON;
20
20
  exports.RunRelationshipsSchemaToJSONTyped = RunRelationshipsSchemaToJSONTyped;
21
- const RunRelationshipsWorkflowsSchema_1 = require("./RunRelationshipsWorkflowsSchema");
22
- const RunRelationshipsTriggersSchema_1 = require("./RunRelationshipsTriggersSchema");
21
+ const RunRelationshipsTriggerSchema_1 = require("./RunRelationshipsTriggerSchema");
22
+ const RunRelationshipsWorkflowSchema_1 = require("./RunRelationshipsWorkflowSchema");
23
23
  /**
24
24
  * Check if a given object implements the RunRelationshipsSchema interface.
25
25
  */
@@ -34,8 +34,8 @@ function RunRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
34
34
  return json;
35
35
  }
36
36
  return {
37
- 'workflows': json['workflows'] == null ? undefined : (0, RunRelationshipsWorkflowsSchema_1.RunRelationshipsWorkflowsSchemaFromJSON)(json['workflows']),
38
- 'triggers': json['triggers'] == null ? undefined : (0, RunRelationshipsTriggersSchema_1.RunRelationshipsTriggersSchemaFromJSON)(json['triggers']),
37
+ 'workflow': json['workflow'] == null ? undefined : (0, RunRelationshipsWorkflowSchema_1.RunRelationshipsWorkflowSchemaFromJSON)(json['workflow']),
38
+ 'trigger': json['trigger'] == null ? undefined : (0, RunRelationshipsTriggerSchema_1.RunRelationshipsTriggerSchemaFromJSON)(json['trigger']),
39
39
  };
40
40
  }
41
41
  function RunRelationshipsSchemaToJSON(json) {
@@ -46,8 +46,8 @@ function RunRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
46
46
  return value;
47
47
  }
48
48
  return {
49
- 'workflows': (0, RunRelationshipsWorkflowsSchema_1.RunRelationshipsWorkflowsSchemaToJSON)(value['workflows']),
50
- 'triggers': (0, RunRelationshipsTriggersSchema_1.RunRelationshipsTriggersSchemaToJSON)(value['triggers']),
49
+ 'workflow': (0, RunRelationshipsWorkflowSchema_1.RunRelationshipsWorkflowSchemaToJSON)(value['workflow']),
50
+ 'trigger': (0, RunRelationshipsTriggerSchema_1.RunRelationshipsTriggerSchemaToJSON)(value['trigger']),
51
51
  };
52
52
  }
53
53
  //# sourceMappingURL=RunRelationshipsSchema.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RunRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyCH,4EAEC;AAED,wEAEC;AAED,kFASC;AAED,oEAEC;AAED,8EAUC;AAtED,uFAK2C;AAE3C,qFAK0C;AAsB1C;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yEAAuC,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAC/G,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,IAAA,uEAAqC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QACtE,UAAU,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,UAAU,CAAC,CAAC;KACtE,CAAC;AACN,CAAC"}
1
+ {"version":3,"file":"RunRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyCH,4EAEC;AAED,wEAEC;AAED,kFASC;AAED,oEAEC;AAED,8EAUC;AAtED,mFAKyC;AAEzC,qFAK0C;AAsB1C;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC3G,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,qEAAqC,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KAC1G,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,UAAU,CAAC,CAAC;QACnE,SAAS,EAAE,IAAA,mEAAmC,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;KACnE,CAAC;AACN,CAAC"}
@@ -9,7 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { RunRelationshipsSchema1Workflows } from './RunRelationshipsSchema1Workflows';
12
+ import type { RunRelationshipsSchema1Workflow } from './RunRelationshipsSchema1Workflow';
13
13
  /**
14
14
  *
15
15
  * @export
@@ -18,10 +18,10 @@ import type { RunRelationshipsSchema1Workflows } from './RunRelationshipsSchema1
18
18
  export interface RunRelationshipsSchema1 {
19
19
  /**
20
20
  *
21
- * @type {RunRelationshipsSchema1Workflows}
21
+ * @type {RunRelationshipsSchema1Workflow}
22
22
  * @memberof RunRelationshipsSchema1
23
23
  */
24
- workflows: RunRelationshipsSchema1Workflows;
24
+ workflow: RunRelationshipsSchema1Workflow;
25
25
  }
26
26
  /**
27
27
  * Check if a given object implements the RunRelationshipsSchema1 interface.
@@ -1 +1 @@
1
- {"version":3,"file":"RunRelationshipsSchema1.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,SAAS,EAAE,gCAAgC,CAAC;CAC/C;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAGjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAQrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpI"}
1
+ {"version":3,"file":"RunRelationshipsSchema1.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAQzF;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,QAAQ,EAAE,+BAA+B,CAAC;CAC7C;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAGjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAQrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpI"}
@@ -18,12 +18,12 @@ exports.RunRelationshipsSchema1FromJSON = RunRelationshipsSchema1FromJSON;
18
18
  exports.RunRelationshipsSchema1FromJSONTyped = RunRelationshipsSchema1FromJSONTyped;
19
19
  exports.RunRelationshipsSchema1ToJSON = RunRelationshipsSchema1ToJSON;
20
20
  exports.RunRelationshipsSchema1ToJSONTyped = RunRelationshipsSchema1ToJSONTyped;
21
- const RunRelationshipsSchema1Workflows_1 = require("./RunRelationshipsSchema1Workflows");
21
+ const RunRelationshipsSchema1Workflow_1 = require("./RunRelationshipsSchema1Workflow");
22
22
  /**
23
23
  * Check if a given object implements the RunRelationshipsSchema1 interface.
24
24
  */
25
25
  function instanceOfRunRelationshipsSchema1(value) {
26
- if (!('workflows' in value) || value['workflows'] === undefined)
26
+ if (!('workflow' in value) || value['workflow'] === undefined)
27
27
  return false;
28
28
  return true;
29
29
  }
@@ -35,7 +35,7 @@ function RunRelationshipsSchema1FromJSONTyped(json, ignoreDiscriminator) {
35
35
  return json;
36
36
  }
37
37
  return {
38
- 'workflows': (0, RunRelationshipsSchema1Workflows_1.RunRelationshipsSchema1WorkflowsFromJSON)(json['workflows']),
38
+ 'workflow': (0, RunRelationshipsSchema1Workflow_1.RunRelationshipsSchema1WorkflowFromJSON)(json['workflow']),
39
39
  };
40
40
  }
41
41
  function RunRelationshipsSchema1ToJSON(json) {
@@ -46,7 +46,7 @@ function RunRelationshipsSchema1ToJSONTyped(value, ignoreDiscriminator = false)
46
46
  return value;
47
47
  }
48
48
  return {
49
- 'workflows': (0, RunRelationshipsSchema1Workflows_1.RunRelationshipsSchema1WorkflowsToJSON)(value['workflows']),
49
+ 'workflow': (0, RunRelationshipsSchema1Workflow_1.RunRelationshipsSchema1WorkflowToJSON)(value['workflow']),
50
50
  };
51
51
  }
52
52
  //# sourceMappingURL=RunRelationshipsSchema1.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"RunRelationshipsSchema1.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8EAGC;AAED,0EAEC;AAED,oFAQC;AAED,sEAEC;AAED,gFASC;AAxDD,yFAK4C;AAgB5C;;GAEG;AACH,SAAgB,iCAAiC,CAAC,KAAa;IAC3D,IAAI,CAAC,CAAC,WAAW,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAA,2EAAwC,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC3E,CAAC;AACN,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;KAC1E,CAAC;AACN,CAAC"}
1
+ {"version":3,"file":"RunRelationshipsSchema1.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8EAGC;AAED,0EAEC;AAED,oFAQC;AAED,sEAEC;AAED,gFASC;AAxDD,uFAK2C;AAgB3C;;GAEG;AACH,SAAgB,iCAAiC,CAAC,KAAa;IAC3D,IAAI,CAAC,CAAC,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC5E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAA,yEAAuC,EAAC,IAAI,CAAC,UAAU,CAAC,CAAC;KACxE,CAAC;AACN,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,IAAA,uEAAqC,EAAC,KAAK,CAAC,UAAU,CAAC,CAAC;KACvE,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
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 { RunRelationshipsSchema1WorkflowData } from './RunRelationshipsSchema1WorkflowData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RunRelationshipsSchema1Workflow
17
+ */
18
+ export interface RunRelationshipsSchema1Workflow {
19
+ /**
20
+ *
21
+ * @type {RunRelationshipsSchema1WorkflowData}
22
+ * @memberof RunRelationshipsSchema1Workflow
23
+ */
24
+ data?: RunRelationshipsSchema1WorkflowData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the RunRelationshipsSchema1Workflow interface.
28
+ */
29
+ export declare function instanceOfRunRelationshipsSchema1Workflow(value: object): value is RunRelationshipsSchema1Workflow;
30
+ export declare function RunRelationshipsSchema1WorkflowFromJSON(json: any): RunRelationshipsSchema1Workflow;
31
+ export declare function RunRelationshipsSchema1WorkflowFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchema1Workflow;
32
+ export declare function RunRelationshipsSchema1WorkflowToJSON(json: any): RunRelationshipsSchema1Workflow;
33
+ export declare function RunRelationshipsSchema1WorkflowToJSONTyped(value?: RunRelationshipsSchema1Workflow | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=RunRelationshipsSchema1Workflow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsSchema1Workflow.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1Workflow.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;CAC9C;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAEjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CAQrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpJ"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfRunRelationshipsSchema1Workflow = instanceOfRunRelationshipsSchema1Workflow;
17
+ exports.RunRelationshipsSchema1WorkflowFromJSON = RunRelationshipsSchema1WorkflowFromJSON;
18
+ exports.RunRelationshipsSchema1WorkflowFromJSONTyped = RunRelationshipsSchema1WorkflowFromJSONTyped;
19
+ exports.RunRelationshipsSchema1WorkflowToJSON = RunRelationshipsSchema1WorkflowToJSON;
20
+ exports.RunRelationshipsSchema1WorkflowToJSONTyped = RunRelationshipsSchema1WorkflowToJSONTyped;
21
+ const RunRelationshipsSchema1WorkflowData_1 = require("./RunRelationshipsSchema1WorkflowData");
22
+ /**
23
+ * Check if a given object implements the RunRelationshipsSchema1Workflow interface.
24
+ */
25
+ function instanceOfRunRelationshipsSchema1Workflow(value) {
26
+ return true;
27
+ }
28
+ function RunRelationshipsSchema1WorkflowFromJSON(json) {
29
+ return RunRelationshipsSchema1WorkflowFromJSONTyped(json, false);
30
+ }
31
+ function RunRelationshipsSchema1WorkflowFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, RunRelationshipsSchema1WorkflowData_1.RunRelationshipsSchema1WorkflowDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function RunRelationshipsSchema1WorkflowToJSON(json) {
40
+ return RunRelationshipsSchema1WorkflowToJSONTyped(json, false);
41
+ }
42
+ function RunRelationshipsSchema1WorkflowToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, RunRelationshipsSchema1WorkflowData_1.RunRelationshipsSchema1WorkflowDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=RunRelationshipsSchema1Workflow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsSchema1Workflow.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1Workflow.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8FAEC;AAED,0FAEC;AAED,oGAQC;AAED,sFAEC;AAED,gGASC;AAvDD,+FAK+C;AAgB/C;;GAEG;AACH,SAAgB,yCAAyC,CAAC,KAAa;IACnE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS,EAAE,mBAA4B;IAChG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvG,CAAC;AACN,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,KAA8C,EAAE,sBAA+B,KAAK;IAC3I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnE,CAAC;AACN,CAAC"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
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
+ * @interface RunRelationshipsSchema1WorkflowData
16
+ */
17
+ export interface RunRelationshipsSchema1WorkflowData {
18
+ /**
19
+ *
20
+ * @type {RunRelationshipsSchema1WorkflowDataTypeEnum}
21
+ * @memberof RunRelationshipsSchema1WorkflowData
22
+ */
23
+ type: RunRelationshipsSchema1WorkflowDataTypeEnum;
24
+ /**
25
+ * The workflow ID to run.
26
+ * @type {string}
27
+ * @memberof RunRelationshipsSchema1WorkflowData
28
+ */
29
+ id: string;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const RunRelationshipsSchema1WorkflowDataTypeEnum: {
35
+ readonly Workflows: "workflows";
36
+ };
37
+ export type RunRelationshipsSchema1WorkflowDataTypeEnum = typeof RunRelationshipsSchema1WorkflowDataTypeEnum[keyof typeof RunRelationshipsSchema1WorkflowDataTypeEnum];
38
+ /**
39
+ * Check if a given object implements the RunRelationshipsSchema1WorkflowData interface.
40
+ */
41
+ export declare function instanceOfRunRelationshipsSchema1WorkflowData(value: object): value is RunRelationshipsSchema1WorkflowData;
42
+ export declare function RunRelationshipsSchema1WorkflowDataFromJSON(json: any): RunRelationshipsSchema1WorkflowData;
43
+ export declare function RunRelationshipsSchema1WorkflowDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchema1WorkflowData;
44
+ export declare function RunRelationshipsSchema1WorkflowDataToJSON(json: any): RunRelationshipsSchema1WorkflowData;
45
+ export declare function RunRelationshipsSchema1WorkflowDataToJSONTyped(value?: RunRelationshipsSchema1WorkflowData | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=RunRelationshipsSchema1WorkflowData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsSchema1WorkflowData.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1WorkflowData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,EAAE,2CAA2C,CAAC;IAClD;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAGD;;GAEG;AACH,eAAO,MAAM,2CAA2C;;CAE9C,CAAC;AACX,MAAM,MAAM,2CAA2C,GAAG,OAAO,2CAA2C,CAAC,MAAM,OAAO,2CAA2C,CAAC,CAAC;AAGvK;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAIzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAS7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5J"}
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.RunRelationshipsSchema1WorkflowDataTypeEnum = void 0;
17
+ exports.instanceOfRunRelationshipsSchema1WorkflowData = instanceOfRunRelationshipsSchema1WorkflowData;
18
+ exports.RunRelationshipsSchema1WorkflowDataFromJSON = RunRelationshipsSchema1WorkflowDataFromJSON;
19
+ exports.RunRelationshipsSchema1WorkflowDataFromJSONTyped = RunRelationshipsSchema1WorkflowDataFromJSONTyped;
20
+ exports.RunRelationshipsSchema1WorkflowDataToJSON = RunRelationshipsSchema1WorkflowDataToJSON;
21
+ exports.RunRelationshipsSchema1WorkflowDataToJSONTyped = RunRelationshipsSchema1WorkflowDataToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.RunRelationshipsSchema1WorkflowDataTypeEnum = {
26
+ Workflows: 'workflows'
27
+ };
28
+ /**
29
+ * Check if a given object implements the RunRelationshipsSchema1WorkflowData interface.
30
+ */
31
+ function instanceOfRunRelationshipsSchema1WorkflowData(value) {
32
+ if (!('type' in value) || value['type'] === undefined)
33
+ return false;
34
+ if (!('id' in value) || value['id'] === undefined)
35
+ return false;
36
+ return true;
37
+ }
38
+ function RunRelationshipsSchema1WorkflowDataFromJSON(json) {
39
+ return RunRelationshipsSchema1WorkflowDataFromJSONTyped(json, false);
40
+ }
41
+ function RunRelationshipsSchema1WorkflowDataFromJSONTyped(json, ignoreDiscriminator) {
42
+ if (json == null) {
43
+ return json;
44
+ }
45
+ return {
46
+ 'type': json['type'],
47
+ 'id': json['id'],
48
+ };
49
+ }
50
+ function RunRelationshipsSchema1WorkflowDataToJSON(json) {
51
+ return RunRelationshipsSchema1WorkflowDataToJSONTyped(json, false);
52
+ }
53
+ function RunRelationshipsSchema1WorkflowDataToJSONTyped(value, ignoreDiscriminator = false) {
54
+ if (value == null) {
55
+ return value;
56
+ }
57
+ return {
58
+ 'type': value['type'],
59
+ 'id': value['id'],
60
+ };
61
+ }
62
+ //# sourceMappingURL=RunRelationshipsSchema1WorkflowData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsSchema1WorkflowData.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema1WorkflowData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,sGAIC;AAED,kGAEC;AAED,4GASC;AAED,8FAEC;AAED,wGAUC;AA/CD;;GAEG;AACU,QAAA,2CAA2C,GAAG;IACvD,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;KACnB,CAAC;AACN,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
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 { RunRelationshipsTriggerSchemaData } from './RunRelationshipsTriggerSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RunRelationshipsTriggerSchema
17
+ */
18
+ export interface RunRelationshipsTriggerSchema {
19
+ /**
20
+ *
21
+ * @type {RunRelationshipsTriggerSchemaData}
22
+ * @memberof RunRelationshipsTriggerSchema
23
+ */
24
+ data?: RunRelationshipsTriggerSchemaData | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the RunRelationshipsTriggerSchema interface.
28
+ */
29
+ export declare function instanceOfRunRelationshipsTriggerSchema(value: object): value is RunRelationshipsTriggerSchema;
30
+ export declare function RunRelationshipsTriggerSchemaFromJSON(json: any): RunRelationshipsTriggerSchema;
31
+ export declare function RunRelationshipsTriggerSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsTriggerSchema;
32
+ export declare function RunRelationshipsTriggerSchemaToJSON(json: any): RunRelationshipsTriggerSchema;
33
+ export declare function RunRelationshipsTriggerSchemaToJSONTyped(value?: RunRelationshipsTriggerSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=RunRelationshipsTriggerSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsTriggerSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggerSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAQ7F;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,IAAI,CAAC,EAAE,iCAAiC,GAAG,IAAI,CAAC;CACnD;AAED;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAE7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAQjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAShJ"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfRunRelationshipsTriggerSchema = instanceOfRunRelationshipsTriggerSchema;
17
+ exports.RunRelationshipsTriggerSchemaFromJSON = RunRelationshipsTriggerSchemaFromJSON;
18
+ exports.RunRelationshipsTriggerSchemaFromJSONTyped = RunRelationshipsTriggerSchemaFromJSONTyped;
19
+ exports.RunRelationshipsTriggerSchemaToJSON = RunRelationshipsTriggerSchemaToJSON;
20
+ exports.RunRelationshipsTriggerSchemaToJSONTyped = RunRelationshipsTriggerSchemaToJSONTyped;
21
+ const RunRelationshipsTriggerSchemaData_1 = require("./RunRelationshipsTriggerSchemaData");
22
+ /**
23
+ * Check if a given object implements the RunRelationshipsTriggerSchema interface.
24
+ */
25
+ function instanceOfRunRelationshipsTriggerSchema(value) {
26
+ return true;
27
+ }
28
+ function RunRelationshipsTriggerSchemaFromJSON(json) {
29
+ return RunRelationshipsTriggerSchemaFromJSONTyped(json, false);
30
+ }
31
+ function RunRelationshipsTriggerSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, RunRelationshipsTriggerSchemaData_1.RunRelationshipsTriggerSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function RunRelationshipsTriggerSchemaToJSON(json) {
40
+ return RunRelationshipsTriggerSchemaToJSONTyped(json, false);
41
+ }
42
+ function RunRelationshipsTriggerSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, RunRelationshipsTriggerSchemaData_1.RunRelationshipsTriggerSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=RunRelationshipsTriggerSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsTriggerSchema.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggerSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,0FAEC;AAED,sFAEC;AAED,gGAQC;AAED,kFAEC;AAED,4FASC;AAvDD,2FAK6C;AAgB7C;;GAEG;AACH,SAAgB,uCAAuC,CAAC,KAAa;IACjE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS,EAAE,mBAA4B;IAC9F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6EAAyC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACrG,CAAC;AACN,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,KAA4C,EAAE,sBAA+B,KAAK;IACvI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACjE,CAAC;AACN,CAAC"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
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
+ * @interface RunRelationshipsTriggerSchemaData
16
+ */
17
+ export interface RunRelationshipsTriggerSchemaData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof RunRelationshipsTriggerSchemaData
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof RunRelationshipsTriggerSchemaData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the RunRelationshipsTriggerSchemaData interface.
33
+ */
34
+ export declare function instanceOfRunRelationshipsTriggerSchemaData(value: object): value is RunRelationshipsTriggerSchemaData;
35
+ export declare function RunRelationshipsTriggerSchemaDataFromJSON(json: any): RunRelationshipsTriggerSchemaData;
36
+ export declare function RunRelationshipsTriggerSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsTriggerSchemaData;
37
+ export declare function RunRelationshipsTriggerSchemaDataToJSON(json: any): RunRelationshipsTriggerSchemaData;
38
+ export declare function RunRelationshipsTriggerSchemaDataToJSONTyped(value?: RunRelationshipsTriggerSchemaData | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=RunRelationshipsTriggerSchemaData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsTriggerSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggerSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,2CAA2C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iCAAiC,CAErH;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEtG;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iCAAiC,CASzI;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEpG;AAED,wBAAgB,4CAA4C,CAAC,KAAK,CAAC,EAAE,iCAAiC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxJ"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
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
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfRunRelationshipsTriggerSchemaData = instanceOfRunRelationshipsTriggerSchemaData;
17
+ exports.RunRelationshipsTriggerSchemaDataFromJSON = RunRelationshipsTriggerSchemaDataFromJSON;
18
+ exports.RunRelationshipsTriggerSchemaDataFromJSONTyped = RunRelationshipsTriggerSchemaDataFromJSONTyped;
19
+ exports.RunRelationshipsTriggerSchemaDataToJSON = RunRelationshipsTriggerSchemaDataToJSON;
20
+ exports.RunRelationshipsTriggerSchemaDataToJSONTyped = RunRelationshipsTriggerSchemaDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the RunRelationshipsTriggerSchemaData interface.
23
+ */
24
+ function instanceOfRunRelationshipsTriggerSchemaData(value) {
25
+ return true;
26
+ }
27
+ function RunRelationshipsTriggerSchemaDataFromJSON(json) {
28
+ return RunRelationshipsTriggerSchemaDataFromJSONTyped(json, false);
29
+ }
30
+ function RunRelationshipsTriggerSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'type': json['type'] == null ? undefined : json['type'],
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ };
38
+ }
39
+ function RunRelationshipsTriggerSchemaDataToJSON(json) {
40
+ return RunRelationshipsTriggerSchemaDataToJSONTyped(json, false);
41
+ }
42
+ function RunRelationshipsTriggerSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'type': value['type'],
48
+ 'id': value['id'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=RunRelationshipsTriggerSchemaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsTriggerSchemaData.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsTriggerSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,kGAEC;AAED,8FAEC;AAED,wGASC;AAED,0FAEC;AAED,oGAUC;AApCD;;GAEG;AACH,SAAgB,2CAA2C,CAAC,KAAa;IACrE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS,EAAE,mBAA4B;IAClG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,KAAgD,EAAE,sBAA+B,KAAK;IAC/I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
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 { RunRelationshipsWorkflowSchemaData } from './RunRelationshipsWorkflowSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RunRelationshipsWorkflowSchema
17
+ */
18
+ export interface RunRelationshipsWorkflowSchema {
19
+ /**
20
+ *
21
+ * @type {RunRelationshipsWorkflowSchemaData}
22
+ * @memberof RunRelationshipsWorkflowSchema
23
+ */
24
+ data?: RunRelationshipsWorkflowSchemaData | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the RunRelationshipsWorkflowSchema interface.
28
+ */
29
+ export declare function instanceOfRunRelationshipsWorkflowSchema(value: object): value is RunRelationshipsWorkflowSchema;
30
+ export declare function RunRelationshipsWorkflowSchemaFromJSON(json: any): RunRelationshipsWorkflowSchema;
31
+ export declare function RunRelationshipsWorkflowSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsWorkflowSchema;
32
+ export declare function RunRelationshipsWorkflowSchemaToJSON(json: any): RunRelationshipsWorkflowSchema;
33
+ export declare function RunRelationshipsWorkflowSchemaToJSONTyped(value?: RunRelationshipsWorkflowSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=RunRelationshipsWorkflowSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsWorkflowSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsWorkflowSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,kCAAkC,GAAG,IAAI,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAE/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAQnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlJ"}