@probo/n8n-nodes-probo 0.185.0 → 0.186.0

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 (139) hide show
  1. package/dist/nodes/Probo/Probo.node.js +5 -5
  2. package/dist/nodes/Probo/Probo.node.js.map +1 -1
  3. package/dist/nodes/Probo/actions/asset/create.operation.js +12 -12
  4. package/dist/nodes/Probo/actions/asset/create.operation.js.map +1 -1
  5. package/dist/nodes/Probo/actions/asset/get.operation.js +6 -6
  6. package/dist/nodes/Probo/actions/asset/get.operation.js.map +1 -1
  7. package/dist/nodes/Probo/actions/asset/getAll.operation.js +6 -6
  8. package/dist/nodes/Probo/actions/asset/getAll.operation.js.map +1 -1
  9. package/dist/nodes/Probo/actions/asset/update.operation.js +14 -14
  10. package/dist/nodes/Probo/actions/asset/update.operation.js.map +1 -1
  11. package/dist/nodes/Probo/actions/datum/create.operation.js +12 -12
  12. package/dist/nodes/Probo/actions/datum/create.operation.js.map +1 -1
  13. package/dist/nodes/Probo/actions/datum/get.operation.js +6 -6
  14. package/dist/nodes/Probo/actions/datum/get.operation.js.map +1 -1
  15. package/dist/nodes/Probo/actions/datum/getAll.operation.js +6 -6
  16. package/dist/nodes/Probo/actions/datum/getAll.operation.js.map +1 -1
  17. package/dist/nodes/Probo/actions/datum/update.operation.js +14 -14
  18. package/dist/nodes/Probo/actions/datum/update.operation.js.map +1 -1
  19. package/dist/nodes/Probo/actions/index.js +2 -2
  20. package/dist/nodes/Probo/actions/index.js.map +1 -1
  21. package/dist/nodes/Probo/actions/{vendor → thirdParty}/create.operation.js +20 -20
  22. package/dist/nodes/Probo/actions/thirdParty/create.operation.js.map +1 -0
  23. package/dist/nodes/Probo/actions/{vendor → thirdParty}/createContact.operation.js +13 -13
  24. package/dist/nodes/Probo/actions/thirdParty/createContact.operation.js.map +1 -0
  25. package/dist/nodes/Probo/actions/{vendor → thirdParty}/createRiskAssessment.operation.js +13 -13
  26. package/dist/nodes/Probo/actions/thirdParty/createRiskAssessment.operation.js.map +1 -0
  27. package/dist/nodes/Probo/actions/{vendor → thirdParty}/createService.operation.js +13 -13
  28. package/dist/nodes/Probo/actions/thirdParty/createService.operation.js.map +1 -0
  29. package/dist/nodes/Probo/actions/{vendor → thirdParty}/delete.operation.js +9 -9
  30. package/dist/nodes/Probo/actions/thirdParty/delete.operation.js.map +1 -0
  31. package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteBusinessAssociateAgreement.operation.js +9 -9
  32. package/dist/nodes/Probo/actions/thirdParty/deleteBusinessAssociateAgreement.operation.js.map +1 -0
  33. package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteComplianceReport.operation.js +9 -9
  34. package/dist/nodes/Probo/actions/thirdParty/deleteComplianceReport.operation.js.map +1 -0
  35. package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteContact.operation.js +9 -9
  36. package/dist/nodes/Probo/actions/thirdParty/deleteContact.operation.js.map +1 -0
  37. package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteDataPrivacyAgreement.operation.js +9 -9
  38. package/dist/nodes/Probo/actions/thirdParty/deleteDataPrivacyAgreement.operation.js.map +1 -0
  39. package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteService.operation.js +9 -9
  40. package/dist/nodes/Probo/actions/thirdParty/deleteService.operation.js.map +1 -0
  41. package/dist/nodes/Probo/actions/{vendor → thirdParty}/get.operation.js +10 -10
  42. package/dist/nodes/Probo/actions/thirdParty/get.operation.js.map +1 -0
  43. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAll.operation.js +9 -9
  44. package/dist/nodes/Probo/actions/thirdParty/getAll.operation.js.map +1 -0
  45. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllComplianceReports.operation.js +12 -12
  46. package/dist/nodes/Probo/actions/thirdParty/getAllComplianceReports.operation.js.map +1 -0
  47. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllContacts.operation.js +19 -19
  48. package/dist/nodes/Probo/actions/thirdParty/getAllContacts.operation.js.map +1 -0
  49. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllRiskAssessments.operation.js +19 -19
  50. package/dist/nodes/Probo/actions/thirdParty/getAllRiskAssessments.operation.js.map +1 -0
  51. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllServices.operation.js +19 -19
  52. package/dist/nodes/Probo/actions/thirdParty/getAllServices.operation.js.map +1 -0
  53. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getBusinessAssociateAgreement.operation.js +9 -9
  54. package/dist/nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.js.map +1 -0
  55. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getContact.operation.js +16 -16
  56. package/dist/nodes/Probo/actions/thirdParty/getContact.operation.js.map +1 -0
  57. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getDataPrivacyAgreement.operation.js +9 -9
  58. package/dist/nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.js.map +1 -0
  59. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getRiskAssessment.operation.js +16 -16
  60. package/dist/nodes/Probo/actions/thirdParty/getRiskAssessment.operation.js.map +1 -0
  61. package/dist/nodes/Probo/actions/{vendor → thirdParty}/getService.operation.js +16 -16
  62. package/dist/nodes/Probo/actions/thirdParty/getService.operation.js.map +1 -0
  63. package/dist/nodes/Probo/actions/{vendor → thirdParty}/index.js +55 -55
  64. package/dist/nodes/Probo/actions/thirdParty/index.js.map +1 -0
  65. package/dist/nodes/Probo/actions/{vendor → thirdParty}/publish.operation.js +6 -6
  66. package/dist/nodes/Probo/actions/thirdParty/publish.operation.js.map +1 -0
  67. package/dist/nodes/Probo/actions/{vendor → thirdParty}/update.operation.js +27 -27
  68. package/dist/nodes/Probo/actions/thirdParty/update.operation.js.map +1 -0
  69. package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateBusinessAssociateAgreement.operation.js +11 -11
  70. package/dist/nodes/Probo/actions/thirdParty/updateBusinessAssociateAgreement.operation.js.map +1 -0
  71. package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateContact.operation.js +10 -10
  72. package/dist/nodes/Probo/actions/thirdParty/updateContact.operation.js.map +1 -0
  73. package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateDataPrivacyAgreement.operation.js +11 -11
  74. package/dist/nodes/Probo/actions/thirdParty/updateDataPrivacyAgreement.operation.js.map +1 -0
  75. package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateService.operation.js +13 -13
  76. package/dist/nodes/Probo/actions/thirdParty/updateService.operation.js.map +1 -0
  77. package/dist/nodes/Probo/actions/webhook/create.operation.js +3 -3
  78. package/dist/nodes/Probo/actions/webhook/create.operation.js.map +1 -1
  79. package/dist/nodes/Probo/actions/webhook/update.operation.js +3 -3
  80. package/dist/nodes/Probo/actions/webhook/update.operation.js.map +1 -1
  81. package/dist/package.json +1 -1
  82. package/dist/tsconfig.tsbuildinfo +1 -1
  83. package/package.json +1 -1
  84. package/dist/nodes/Probo/actions/vendor/create.operation.js.map +0 -1
  85. package/dist/nodes/Probo/actions/vendor/createContact.operation.js.map +0 -1
  86. package/dist/nodes/Probo/actions/vendor/createRiskAssessment.operation.js.map +0 -1
  87. package/dist/nodes/Probo/actions/vendor/createService.operation.js.map +0 -1
  88. package/dist/nodes/Probo/actions/vendor/delete.operation.js.map +0 -1
  89. package/dist/nodes/Probo/actions/vendor/deleteBusinessAssociateAgreement.operation.js.map +0 -1
  90. package/dist/nodes/Probo/actions/vendor/deleteComplianceReport.operation.js.map +0 -1
  91. package/dist/nodes/Probo/actions/vendor/deleteContact.operation.js.map +0 -1
  92. package/dist/nodes/Probo/actions/vendor/deleteDataPrivacyAgreement.operation.js.map +0 -1
  93. package/dist/nodes/Probo/actions/vendor/deleteService.operation.js.map +0 -1
  94. package/dist/nodes/Probo/actions/vendor/get.operation.js.map +0 -1
  95. package/dist/nodes/Probo/actions/vendor/getAll.operation.js.map +0 -1
  96. package/dist/nodes/Probo/actions/vendor/getAllComplianceReports.operation.js.map +0 -1
  97. package/dist/nodes/Probo/actions/vendor/getAllContacts.operation.js.map +0 -1
  98. package/dist/nodes/Probo/actions/vendor/getAllRiskAssessments.operation.js.map +0 -1
  99. package/dist/nodes/Probo/actions/vendor/getAllServices.operation.js.map +0 -1
  100. package/dist/nodes/Probo/actions/vendor/getBusinessAssociateAgreement.operation.js.map +0 -1
  101. package/dist/nodes/Probo/actions/vendor/getContact.operation.js.map +0 -1
  102. package/dist/nodes/Probo/actions/vendor/getDataPrivacyAgreement.operation.js.map +0 -1
  103. package/dist/nodes/Probo/actions/vendor/getRiskAssessment.operation.js.map +0 -1
  104. package/dist/nodes/Probo/actions/vendor/getService.operation.js.map +0 -1
  105. package/dist/nodes/Probo/actions/vendor/index.js.map +0 -1
  106. package/dist/nodes/Probo/actions/vendor/publish.operation.js.map +0 -1
  107. package/dist/nodes/Probo/actions/vendor/update.operation.js.map +0 -1
  108. package/dist/nodes/Probo/actions/vendor/updateBusinessAssociateAgreement.operation.js.map +0 -1
  109. package/dist/nodes/Probo/actions/vendor/updateContact.operation.js.map +0 -1
  110. package/dist/nodes/Probo/actions/vendor/updateDataPrivacyAgreement.operation.js.map +0 -1
  111. package/dist/nodes/Probo/actions/vendor/updateService.operation.js.map +0 -1
  112. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/create.operation.d.ts +0 -0
  113. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/createContact.operation.d.ts +0 -0
  114. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/createRiskAssessment.operation.d.ts +0 -0
  115. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/createService.operation.d.ts +0 -0
  116. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/delete.operation.d.ts +0 -0
  117. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteBusinessAssociateAgreement.operation.d.ts +0 -0
  118. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteComplianceReport.operation.d.ts +0 -0
  119. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteContact.operation.d.ts +0 -0
  120. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteDataPrivacyAgreement.operation.d.ts +0 -0
  121. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteService.operation.d.ts +0 -0
  122. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/get.operation.d.ts +0 -0
  123. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAll.operation.d.ts +0 -0
  124. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllComplianceReports.operation.d.ts +0 -0
  125. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllContacts.operation.d.ts +0 -0
  126. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllRiskAssessments.operation.d.ts +0 -0
  127. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllServices.operation.d.ts +0 -0
  128. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getBusinessAssociateAgreement.operation.d.ts +0 -0
  129. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getContact.operation.d.ts +0 -0
  130. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getDataPrivacyAgreement.operation.d.ts +0 -0
  131. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getRiskAssessment.operation.d.ts +0 -0
  132. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getService.operation.d.ts +0 -0
  133. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/index.d.ts +0 -0
  134. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/publish.operation.d.ts +0 -0
  135. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/update.operation.d.ts +0 -0
  136. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateBusinessAssociateAgreement.operation.d.ts +0 -0
  137. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateContact.operation.d.ts +0 -0
  138. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateDataPrivacyAgreement.operation.d.ts +0 -0
  139. /package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateService.operation.d.ts +0 -0
@@ -5,17 +5,17 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor ID',
9
- name: 'vendorId',
8
+ displayName: 'ThirdParty ID',
9
+ name: 'thirdPartyId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['getAllServices'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor',
18
+ description: 'The ID of the thirdParty',
19
19
  required: true,
20
20
  },
21
21
  {
@@ -24,7 +24,7 @@ exports.description = [
24
24
  type: 'boolean',
25
25
  displayOptions: {
26
26
  show: {
27
- resource: ['vendor'],
27
+ resource: ['thirdParty'],
28
28
  operation: ['getAllServices'],
29
29
  },
30
30
  },
@@ -37,7 +37,7 @@ exports.description = [
37
37
  type: 'number',
38
38
  displayOptions: {
39
39
  show: {
40
- resource: ['vendor'],
40
+ resource: ['thirdParty'],
41
41
  operation: ['getAllServices'],
42
42
  returnAll: [false],
43
43
  },
@@ -56,43 +56,43 @@ exports.description = [
56
56
  default: {},
57
57
  displayOptions: {
58
58
  show: {
59
- resource: ['vendor'],
59
+ resource: ['thirdParty'],
60
60
  operation: ['getAllServices'],
61
61
  },
62
62
  },
63
63
  options: [
64
64
  {
65
- displayName: 'Include Vendor',
66
- name: 'includeVendor',
65
+ displayName: 'Include ThirdParty',
66
+ name: 'includeThirdParty',
67
67
  type: 'boolean',
68
68
  default: false,
69
- description: 'Whether to include vendor in the response',
69
+ description: 'Whether to include thirdParty in the response',
70
70
  },
71
71
  ],
72
72
  },
73
73
  ];
74
74
  async function execute(itemIndex) {
75
- const vendorId = this.getNodeParameter('vendorId', itemIndex);
75
+ const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
76
76
  const returnAll = this.getNodeParameter('returnAll', itemIndex);
77
77
  const limit = this.getNodeParameter('limit', itemIndex, 50);
78
78
  const options = this.getNodeParameter('options', itemIndex, {});
79
- const vendorFragment = options.includeVendor
80
- ? `vendor {
79
+ const thirdPartyFragment = options.includeThirdParty
80
+ ? `thirdParty {
81
81
  id
82
82
  name
83
83
  }`
84
84
  : '';
85
85
  const query = `
86
- query GetVendorServices($vendorId: ID!, $first: Int, $after: CursorKey) {
87
- node(id: $vendorId) {
88
- ... on Vendor {
86
+ query GetThirdPartyServices($thirdPartyId: ID!, $first: Int, $after: CursorKey) {
87
+ node(id: $thirdPartyId) {
88
+ ... on ThirdParty {
89
89
  services(first: $first, after: $after) {
90
90
  edges {
91
91
  node {
92
92
  id
93
93
  name
94
94
  description
95
- ${vendorFragment}
95
+ ${thirdPartyFragment}
96
96
  createdAt
97
97
  updatedAt
98
98
  }
@@ -106,13 +106,13 @@ async function execute(itemIndex) {
106
106
  }
107
107
  }
108
108
  `;
109
- const vendorServices = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { vendorId }, (response) => {
109
+ const thirdPartyServices = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { thirdPartyId }, (response) => {
110
110
  const data = response === null || response === void 0 ? void 0 : response.data;
111
111
  const node = data === null || data === void 0 ? void 0 : data.node;
112
112
  return node === null || node === void 0 ? void 0 : node.services;
113
113
  }, returnAll, limit);
114
114
  return {
115
- json: { vendorServices },
115
+ json: { thirdPartyServices },
116
116
  pairedItem: { item: itemIndex },
117
117
  };
118
118
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAllServices.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getAllServices.operation.ts"],"names":[],"mappings":";;;AAsFA,0BA4DC;AAnID,6DAAiE;AAEpD,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,gBAAgB,CAAC;aAC7B;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,gBAAgB,CAAC;aAC7B;SACD;QACD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,2DAA2D;KACxE;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,gBAAgB,CAAC;gBAC7B,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;SACX;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iCAAiC;KAC9C;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,gBAAgB,CAAC;aAC7B;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,+CAA+C;aAC5D;SACD;KACD;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAChF,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,EAAE,SAAS,CAAY,CAAC;IAC3E,MAAM,KAAK,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IACtE,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAE7D,CAAC;IAEF,MAAM,kBAAkB,GAAG,OAAO,CAAC,iBAAiB;QACnD,CAAC,CAAC;;;IAGA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,KAAK,GAAG;;;;;;;;;;UAUL,kBAAkB;;;;;;;;;;;;;EAa1B,CAAC;IAEF,MAAM,kBAAkB,GAAG,MAAM,0CAAuB,CAAC,IAAI,CAC5D,IAAI,EACJ,KAAK,EACL,EAAE,YAAY,EAAE,EAChB,CAAC,QAAQ,EAAE,EAAE;QACZ,MAAM,IAAI,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAA+B,CAAC;QACvD,MAAM,IAAI,GAAG,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAA+B,CAAC;QACnD,OAAO,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAmC,CAAC;IAClD,CAAC,EACD,SAAS,EACT,KAAK,CACL,CAAC;IAEF,OAAO;QACN,IAAI,EAAE,EAAE,kBAAkB,EAAE;QAC5B,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -5,26 +5,26 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor ID',
9
- name: 'vendorId',
8
+ displayName: 'ThirdParty ID',
9
+ name: 'thirdPartyId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['getBusinessAssociateAgreement'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor',
18
+ description: 'The ID of the thirdParty',
19
19
  required: true,
20
20
  },
21
21
  ];
22
22
  async function execute(itemIndex) {
23
- const vendorId = this.getNodeParameter('vendorId', itemIndex);
23
+ const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
24
24
  const query = `
25
- query GetVendorBusinessAssociateAgreement($vendorId: ID!) {
26
- node(id: $vendorId) {
27
- ... on Vendor {
25
+ query GetThirdPartyBusinessAssociateAgreement($thirdPartyId: ID!) {
26
+ node(id: $thirdPartyId) {
27
+ ... on ThirdParty {
28
28
  businessAssociateAgreement {
29
29
  id
30
30
  validFrom
@@ -39,7 +39,7 @@ async function execute(itemIndex) {
39
39
  }
40
40
  }
41
41
  `;
42
- const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { vendorId });
42
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { thirdPartyId });
43
43
  return {
44
44
  json: responseData,
45
45
  pairedItem: { item: itemIndex },
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getBusinessAssociateAgreement.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.ts"],"names":[],"mappings":";;;AAkCA,0BA+BC;AAlDD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,+BAA+B,CAAC;aAC5C;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAEhF,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;;EAiBb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,CAAC,CAAC;IAE/E,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -5,17 +5,17 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor Contact ID',
9
- name: 'vendorContactId',
8
+ displayName: 'ThirdParty Contact ID',
9
+ name: 'thirdPartyContactId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['getContact'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor contact',
18
+ description: 'The ID of the thirdParty contact',
19
19
  required: true,
20
20
  },
21
21
  {
@@ -26,47 +26,47 @@ exports.description = [
26
26
  default: {},
27
27
  displayOptions: {
28
28
  show: {
29
- resource: ['vendor'],
29
+ resource: ['thirdParty'],
30
30
  operation: ['getContact'],
31
31
  },
32
32
  },
33
33
  options: [
34
34
  {
35
- displayName: 'Include Vendor',
36
- name: 'includeVendor',
35
+ displayName: 'Include ThirdParty',
36
+ name: 'includeThirdParty',
37
37
  type: 'boolean',
38
38
  default: false,
39
- description: 'Whether to include vendor in the response',
39
+ description: 'Whether to include thirdParty in the response',
40
40
  },
41
41
  ],
42
42
  },
43
43
  ];
44
44
  async function execute(itemIndex) {
45
- const vendorContactId = this.getNodeParameter('vendorContactId', itemIndex);
45
+ const thirdPartyContactId = this.getNodeParameter('thirdPartyContactId', itemIndex);
46
46
  const options = this.getNodeParameter('options', itemIndex, {});
47
- const vendorFragment = options.includeVendor
48
- ? `vendor {
47
+ const thirdPartyFragment = options.includeThirdParty
48
+ ? `thirdParty {
49
49
  id
50
50
  name
51
51
  }`
52
52
  : '';
53
53
  const query = `
54
- query GetVendorContact($vendorContactId: ID!) {
55
- node(id: $vendorContactId) {
56
- ... on VendorContact {
54
+ query GetThirdPartyContact($thirdPartyContactId: ID!) {
55
+ node(id: $thirdPartyContactId) {
56
+ ... on ThirdPartyContact {
57
57
  id
58
58
  fullName
59
59
  email
60
60
  phone
61
61
  role
62
- ${vendorFragment}
62
+ ${thirdPartyFragment}
63
63
  createdAt
64
64
  updatedAt
65
65
  }
66
66
  }
67
67
  }
68
68
  `;
69
- const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { vendorContactId });
69
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { thirdPartyContactId });
70
70
  return {
71
71
  json: responseData,
72
72
  pairedItem: { item: itemIndex },
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getContact.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getContact.operation.ts"],"names":[],"mappings":";;;AAwDA,0BAuCC;AAhFD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,uBAAuB;QACpC,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAY,CAAC;aACzB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,kCAAkC;QAC/C,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAY,CAAC;aACzB;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,+CAA+C;aAC5D;SACD;KACD;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,mBAAmB,GAAG,IAAI,CAAC,gBAAgB,CAAC,qBAAqB,EAAE,SAAS,CAAW,CAAC;IAC9F,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAE7D,CAAC;IAEF,MAAM,kBAAkB,GAAG,OAAO,CAAC,iBAAiB;QACnD,CAAC,CAAC;;;IAGA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,KAAK,GAAG;;;;;;;;;OASR,kBAAkB;;;;;;EAMvB,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,mBAAmB,EAAE,CAAC,CAAC;IAEtF,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -5,26 +5,26 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor ID',
9
- name: 'vendorId',
8
+ displayName: 'ThirdParty ID',
9
+ name: 'thirdPartyId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['getDataPrivacyAgreement'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor',
18
+ description: 'The ID of the thirdParty',
19
19
  required: true,
20
20
  },
21
21
  ];
22
22
  async function execute(itemIndex) {
23
- const vendorId = this.getNodeParameter('vendorId', itemIndex);
23
+ const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
24
24
  const query = `
25
- query GetVendorDataPrivacyAgreement($vendorId: ID!) {
26
- node(id: $vendorId) {
27
- ... on Vendor {
25
+ query GetThirdPartyDataPrivacyAgreement($thirdPartyId: ID!) {
26
+ node(id: $thirdPartyId) {
27
+ ... on ThirdParty {
28
28
  dataPrivacyAgreement {
29
29
  id
30
30
  validFrom
@@ -39,7 +39,7 @@ async function execute(itemIndex) {
39
39
  }
40
40
  }
41
41
  `;
42
- const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { vendorId });
42
+ const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { thirdPartyId });
43
43
  return {
44
44
  json: responseData,
45
45
  pairedItem: { item: itemIndex },
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDataPrivacyAgreement.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.ts"],"names":[],"mappings":";;;AAkCA,0BA+BC;AAlDD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,yBAAyB,CAAC;aACtC;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAEhF,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;;EAiBb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,CAAC,CAAC;IAE/E,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -5,17 +5,17 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor Risk Assessment ID',
9
- name: 'vendorRiskAssessmentId',
8
+ displayName: 'ThirdParty Risk Assessment ID',
9
+ name: 'thirdPartyRiskAssessmentId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['getRiskAssessment'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor risk assessment',
18
+ description: 'The ID of the thirdParty risk assessment',
19
19
  required: true,
20
20
  },
21
21
  {
@@ -26,40 +26,40 @@ exports.description = [
26
26
  default: {},
27
27
  displayOptions: {
28
28
  show: {
29
- resource: ['vendor'],
29
+ resource: ['thirdParty'],
30
30
  operation: ['getRiskAssessment'],
31
31
  },
32
32
  },
33
33
  options: [
34
34
  {
35
- displayName: 'Include Vendor',
36
- name: 'includeVendor',
35
+ displayName: 'Include ThirdParty',
36
+ name: 'includeThirdParty',
37
37
  type: 'boolean',
38
38
  default: false,
39
- description: 'Whether to include vendor in the response',
39
+ description: 'Whether to include thirdParty in the response',
40
40
  },
41
41
  ],
42
42
  },
43
43
  ];
44
44
  async function execute(itemIndex) {
45
- const vendorRiskAssessmentId = this.getNodeParameter('vendorRiskAssessmentId', itemIndex);
45
+ const thirdPartyRiskAssessmentId = this.getNodeParameter('thirdPartyRiskAssessmentId', itemIndex);
46
46
  const options = this.getNodeParameter('options', itemIndex, {});
47
- const vendorFragment = options.includeVendor
48
- ? `vendor {
47
+ const thirdPartyFragment = options.includeThirdParty
48
+ ? `thirdParty {
49
49
  id
50
50
  name
51
51
  }`
52
52
  : '';
53
53
  const query = `
54
- query GetVendorRiskAssessment($vendorRiskAssessmentId: ID!) {
55
- node(id: $vendorRiskAssessmentId) {
56
- ... on VendorRiskAssessment {
54
+ query GetThirdPartyRiskAssessment($thirdPartyRiskAssessmentId: ID!) {
55
+ node(id: $thirdPartyRiskAssessmentId) {
56
+ ... on ThirdPartyRiskAssessment {
57
57
  id
58
58
  expiresAt
59
59
  dataSensitivity
60
60
  businessImpact
61
61
  notes
62
- ${vendorFragment}
62
+ ${thirdPartyFragment}
63
63
  createdAt
64
64
  updatedAt
65
65
  }
@@ -67,7 +67,7 @@ async function execute(itemIndex) {
67
67
  }
68
68
  `;
69
69
  const variables = {
70
- vendorRiskAssessmentId,
70
+ thirdPartyRiskAssessmentId,
71
71
  };
72
72
  const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, variables);
73
73
  return {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRiskAssessment.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getRiskAssessment.operation.ts"],"names":[],"mappings":";;;AAwDA,0BA2CC;AApFD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,+BAA+B;QAC5C,IAAI,EAAE,4BAA4B;QAClC,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,mBAAmB,CAAC;aAChC;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0CAA0C;QACvD,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,mBAAmB,CAAC;aAChC;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,+CAA+C;aAC5D;SACD;KACD;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,0BAA0B,GAAG,IAAI,CAAC,gBAAgB,CAAC,4BAA4B,EAAE,SAAS,CAAW,CAAC;IAC5G,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAE7D,CAAC;IAEF,MAAM,kBAAkB,GAAG,OAAO,CAAC,iBAAiB;QACnD,CAAC,CAAC;;;IAGA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,KAAK,GAAG;;;;;;;;;OASR,kBAAkB;;;;;;EAMvB,CAAC;IAEF,MAAM,SAAS,GAAG;QACjB,0BAA0B;KAC1B,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC;IAExE,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
@@ -5,17 +5,17 @@ exports.execute = execute;
5
5
  const GenericFunctions_1 = require("../../GenericFunctions");
6
6
  exports.description = [
7
7
  {
8
- displayName: 'Vendor Service ID',
9
- name: 'vendorServiceId',
8
+ displayName: 'ThirdParty Service ID',
9
+ name: 'thirdPartyServiceId',
10
10
  type: 'string',
11
11
  displayOptions: {
12
12
  show: {
13
- resource: ['vendor'],
13
+ resource: ['thirdParty'],
14
14
  operation: ['getService'],
15
15
  },
16
16
  },
17
17
  default: '',
18
- description: 'The ID of the vendor service',
18
+ description: 'The ID of the thirdParty service',
19
19
  required: true,
20
20
  },
21
21
  {
@@ -26,38 +26,38 @@ exports.description = [
26
26
  default: {},
27
27
  displayOptions: {
28
28
  show: {
29
- resource: ['vendor'],
29
+ resource: ['thirdParty'],
30
30
  operation: ['getService'],
31
31
  },
32
32
  },
33
33
  options: [
34
34
  {
35
- displayName: 'Include Vendor',
36
- name: 'includeVendor',
35
+ displayName: 'Include ThirdParty',
36
+ name: 'includeThirdParty',
37
37
  type: 'boolean',
38
38
  default: false,
39
- description: 'Whether to include vendor in the response',
39
+ description: 'Whether to include thirdParty in the response',
40
40
  },
41
41
  ],
42
42
  },
43
43
  ];
44
44
  async function execute(itemIndex) {
45
- const vendorServiceId = this.getNodeParameter('vendorServiceId', itemIndex);
45
+ const thirdPartyServiceId = this.getNodeParameter('thirdPartyServiceId', itemIndex);
46
46
  const options = this.getNodeParameter('options', itemIndex, {});
47
- const vendorFragment = options.includeVendor
48
- ? `vendor {
47
+ const thirdPartyFragment = options.includeThirdParty
48
+ ? `thirdParty {
49
49
  id
50
50
  name
51
51
  }`
52
52
  : '';
53
53
  const query = `
54
- query GetVendorService($vendorServiceId: ID!) {
55
- node(id: $vendorServiceId) {
56
- ... on VendorService {
54
+ query GetThirdPartyService($thirdPartyServiceId: ID!) {
55
+ node(id: $thirdPartyServiceId) {
56
+ ... on ThirdPartyService {
57
57
  id
58
58
  name
59
59
  description
60
- ${vendorFragment}
60
+ ${thirdPartyFragment}
61
61
  createdAt
62
62
  updatedAt
63
63
  }
@@ -65,7 +65,7 @@ async function execute(itemIndex) {
65
65
  }
66
66
  `;
67
67
  const variables = {
68
- vendorServiceId,
68
+ thirdPartyServiceId,
69
69
  };
70
70
  const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, variables);
71
71
  return {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getService.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getService.operation.ts"],"names":[],"mappings":";;;AAwDA,0BAyCC;AAlFD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,uBAAuB;QACpC,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAY,CAAC;aACzB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,kCAAkC;QAC/C,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAY,CAAC;aACzB;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,+CAA+C;aAC5D;SACD;KACD;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,mBAAmB,GAAG,IAAI,CAAC,gBAAgB,CAAC,qBAAqB,EAAE,SAAS,CAAW,CAAC;IAC9F,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAE7D,CAAC;IAEF,MAAM,kBAAkB,GAAG,OAAO,CAAC,iBAAiB;QACnD,CAAC,CAAC;;;IAGA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,KAAK,GAAG;;;;;;;OAOR,kBAAkB;;;;;;EAMvB,CAAC;IAEF,MAAM,SAAS,GAAG;QACjB,mBAAmB;KACnB,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC;IAExE,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}