@osdk/maker 0.15.0-beta.5 → 0.15.0-beta.7

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 (154) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/build/browser/api/action/ActionParameter.js.map +1 -1
  3. package/build/browser/api/action/ActionParameterConfiguration.js.map +1 -1
  4. package/build/browser/api/defineAction.js +65 -22
  5. package/build/browser/api/defineAction.js.map +1 -1
  6. package/build/browser/api/defineCreateInterfaceObjectAction.js +28 -8
  7. package/build/browser/api/defineCreateInterfaceObjectAction.js.map +1 -1
  8. package/build/browser/api/defineInterface.js +40 -34
  9. package/build/browser/api/defineInterface.js.map +1 -1
  10. package/build/browser/api/defineModifyInterfaceObjectAction.js +31 -8
  11. package/build/browser/api/defineModifyInterfaceObjectAction.js.map +1 -1
  12. package/build/browser/api/defineObject.js +53 -14
  13. package/build/browser/api/defineObject.js.map +1 -1
  14. package/build/browser/api/defineSpt.js.map +1 -1
  15. package/build/browser/api/interface/InterfacePropertyType.js +22 -1
  16. package/build/browser/api/interface/InterfacePropertyType.js.map +1 -1
  17. package/build/browser/api/interface/InterfaceType.js.map +1 -1
  18. package/build/browser/api/interface/getFlattenedInterfaceProperties.js +9 -3
  19. package/build/browser/api/interface/getFlattenedInterfaceProperties.js.map +1 -1
  20. package/build/browser/api/object/ObjectType.js.map +1 -1
  21. package/build/browser/api/object/ObjectTypeDefinition.js.map +1 -1
  22. package/build/browser/api/properties/PropertyTypeType.js +1 -1
  23. package/build/browser/api/properties/PropertyTypeType.js.map +1 -1
  24. package/build/browser/api/properties/SharedPropertyType.js.map +1 -1
  25. package/build/browser/api/test/actions.test.js +6105 -5850
  26. package/build/browser/api/test/actions.test.js.map +1 -1
  27. package/build/browser/api/test/interfaces.test.js +723 -470
  28. package/build/browser/api/test/interfaces.test.js.map +1 -1
  29. package/build/browser/api/test/links.test.js +1334 -1325
  30. package/build/browser/api/test/links.test.js.map +1 -1
  31. package/build/browser/api/test/misc.test.js +262 -11
  32. package/build/browser/api/test/misc.test.js.map +1 -1
  33. package/build/browser/api/test/objects.test.js +1872 -1412
  34. package/build/browser/api/test/objects.test.js.map +1 -1
  35. package/build/browser/api/test/spt.test.js +250 -103
  36. package/build/browser/api/test/spt.test.js.map +1 -1
  37. package/build/browser/cli/main.js +1 -1
  38. package/build/browser/conversion/toMarketplace/convertActionValidation.js +1 -1
  39. package/build/browser/conversion/toMarketplace/convertActionValidation.js.map +1 -1
  40. package/build/browser/conversion/toMarketplace/convertInterface.js +2 -2
  41. package/build/browser/conversion/toMarketplace/convertInterface.js.map +1 -1
  42. package/build/browser/conversion/toMarketplace/convertInterfacePropertyType.js +66 -0
  43. package/build/browser/conversion/toMarketplace/convertInterfacePropertyType.js.map +1 -0
  44. package/build/browser/conversion/toMarketplace/convertMappingValue.js +35 -0
  45. package/build/browser/conversion/toMarketplace/convertMappingValue.js.map +1 -1
  46. package/build/browser/conversion/toMarketplace/convertObject.js +4 -2
  47. package/build/browser/conversion/toMarketplace/convertObject.js.map +1 -1
  48. package/build/browser/conversion/toMarketplace/convertObjectPropertyType.js +2 -1
  49. package/build/browser/conversion/toMarketplace/convertObjectPropertyType.js.map +1 -1
  50. package/build/browser/conversion/toMarketplace/convertSpt.js +4 -2
  51. package/build/browser/conversion/toMarketplace/convertSpt.js.map +1 -1
  52. package/build/browser/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.js +143 -0
  53. package/build/browser/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.js.map +1 -0
  54. package/build/browser/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js +4 -0
  55. package/build/browser/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js.map +1 -1
  56. package/build/browser/index.js.map +1 -1
  57. package/build/cjs/index.cjs +417 -114
  58. package/build/cjs/index.cjs.map +1 -1
  59. package/build/cjs/index.d.cts +28 -13
  60. package/build/esm/api/action/ActionParameter.js.map +1 -1
  61. package/build/esm/api/action/ActionParameterConfiguration.js.map +1 -1
  62. package/build/esm/api/defineAction.js +65 -22
  63. package/build/esm/api/defineAction.js.map +1 -1
  64. package/build/esm/api/defineCreateInterfaceObjectAction.js +28 -8
  65. package/build/esm/api/defineCreateInterfaceObjectAction.js.map +1 -1
  66. package/build/esm/api/defineInterface.js +40 -34
  67. package/build/esm/api/defineInterface.js.map +1 -1
  68. package/build/esm/api/defineModifyInterfaceObjectAction.js +31 -8
  69. package/build/esm/api/defineModifyInterfaceObjectAction.js.map +1 -1
  70. package/build/esm/api/defineObject.js +53 -14
  71. package/build/esm/api/defineObject.js.map +1 -1
  72. package/build/esm/api/defineSpt.js.map +1 -1
  73. package/build/esm/api/interface/InterfacePropertyType.js +22 -1
  74. package/build/esm/api/interface/InterfacePropertyType.js.map +1 -1
  75. package/build/esm/api/interface/InterfaceType.js.map +1 -1
  76. package/build/esm/api/interface/getFlattenedInterfaceProperties.js +9 -3
  77. package/build/esm/api/interface/getFlattenedInterfaceProperties.js.map +1 -1
  78. package/build/esm/api/object/ObjectType.js.map +1 -1
  79. package/build/esm/api/object/ObjectTypeDefinition.js.map +1 -1
  80. package/build/esm/api/properties/PropertyTypeType.js +1 -1
  81. package/build/esm/api/properties/PropertyTypeType.js.map +1 -1
  82. package/build/esm/api/properties/SharedPropertyType.js.map +1 -1
  83. package/build/esm/api/test/actions.test.js +6105 -5850
  84. package/build/esm/api/test/actions.test.js.map +1 -1
  85. package/build/esm/api/test/interfaces.test.js +723 -470
  86. package/build/esm/api/test/interfaces.test.js.map +1 -1
  87. package/build/esm/api/test/links.test.js +1334 -1325
  88. package/build/esm/api/test/links.test.js.map +1 -1
  89. package/build/esm/api/test/misc.test.js +262 -11
  90. package/build/esm/api/test/misc.test.js.map +1 -1
  91. package/build/esm/api/test/objects.test.js +1872 -1412
  92. package/build/esm/api/test/objects.test.js.map +1 -1
  93. package/build/esm/api/test/spt.test.js +250 -103
  94. package/build/esm/api/test/spt.test.js.map +1 -1
  95. package/build/esm/cli/main.js +1 -1
  96. package/build/esm/conversion/toMarketplace/convertActionValidation.js +1 -1
  97. package/build/esm/conversion/toMarketplace/convertActionValidation.js.map +1 -1
  98. package/build/esm/conversion/toMarketplace/convertInterface.js +2 -2
  99. package/build/esm/conversion/toMarketplace/convertInterface.js.map +1 -1
  100. package/build/esm/conversion/toMarketplace/convertInterfacePropertyType.js +66 -0
  101. package/build/esm/conversion/toMarketplace/convertInterfacePropertyType.js.map +1 -0
  102. package/build/esm/conversion/toMarketplace/convertMappingValue.js +35 -0
  103. package/build/esm/conversion/toMarketplace/convertMappingValue.js.map +1 -1
  104. package/build/esm/conversion/toMarketplace/convertObject.js +4 -2
  105. package/build/esm/conversion/toMarketplace/convertObject.js.map +1 -1
  106. package/build/esm/conversion/toMarketplace/convertObjectPropertyType.js +2 -1
  107. package/build/esm/conversion/toMarketplace/convertObjectPropertyType.js.map +1 -1
  108. package/build/esm/conversion/toMarketplace/convertSpt.js +4 -2
  109. package/build/esm/conversion/toMarketplace/convertSpt.js.map +1 -1
  110. package/build/esm/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.js +143 -0
  111. package/build/esm/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.js.map +1 -0
  112. package/build/esm/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js +4 -0
  113. package/build/esm/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js.map +1 -1
  114. package/build/esm/index.js.map +1 -1
  115. package/build/types/api/action/ActionParameter.d.ts +2 -1
  116. package/build/types/api/action/ActionParameter.d.ts.map +1 -1
  117. package/build/types/api/action/ActionParameterConfiguration.d.ts +2 -1
  118. package/build/types/api/action/ActionParameterConfiguration.d.ts.map +1 -1
  119. package/build/types/api/defineAction.d.ts +4 -3
  120. package/build/types/api/defineAction.d.ts.map +1 -1
  121. package/build/types/api/defineCreateInterfaceObjectAction.d.ts.map +1 -1
  122. package/build/types/api/defineInterface.d.ts +5 -5
  123. package/build/types/api/defineInterface.d.ts.map +1 -1
  124. package/build/types/api/defineModifyInterfaceObjectAction.d.ts.map +1 -1
  125. package/build/types/api/defineObject.d.ts.map +1 -1
  126. package/build/types/api/defineSpt.d.ts +3 -0
  127. package/build/types/api/defineSpt.d.ts.map +1 -1
  128. package/build/types/api/interface/InterfacePropertyType.d.ts +12 -2
  129. package/build/types/api/interface/InterfacePropertyType.d.ts.map +1 -1
  130. package/build/types/api/interface/InterfaceType.d.ts +3 -2
  131. package/build/types/api/interface/InterfaceType.d.ts.map +1 -1
  132. package/build/types/api/interface/getFlattenedInterfaceProperties.d.ts +1 -1
  133. package/build/types/api/interface/getFlattenedInterfaceProperties.d.ts.map +1 -1
  134. package/build/types/api/object/ObjectType.d.ts +1 -0
  135. package/build/types/api/object/ObjectType.d.ts.map +1 -1
  136. package/build/types/api/object/ObjectTypeDefinition.d.ts +1 -0
  137. package/build/types/api/object/ObjectTypeDefinition.d.ts.map +1 -1
  138. package/build/types/api/properties/PropertyTypeType.d.ts +1 -0
  139. package/build/types/api/properties/PropertyTypeType.d.ts.map +1 -1
  140. package/build/types/api/properties/SharedPropertyType.d.ts +1 -0
  141. package/build/types/api/properties/SharedPropertyType.d.ts.map +1 -1
  142. package/build/types/conversion/toMarketplace/convertInterface.d.ts.map +1 -1
  143. package/build/types/conversion/toMarketplace/convertInterfacePropertyType.d.ts +3 -0
  144. package/build/types/conversion/toMarketplace/convertInterfacePropertyType.d.ts.map +1 -0
  145. package/build/types/conversion/toMarketplace/convertMappingValue.d.ts +2 -1
  146. package/build/types/conversion/toMarketplace/convertMappingValue.d.ts.map +1 -1
  147. package/build/types/conversion/toMarketplace/convertObject.d.ts.map +1 -1
  148. package/build/types/conversion/toMarketplace/convertSpt.d.ts +1 -1
  149. package/build/types/conversion/toMarketplace/convertSpt.d.ts.map +1 -1
  150. package/build/types/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.d.ts +3 -0
  151. package/build/types/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.d.ts.map +1 -0
  152. package/build/types/index.d.ts +1 -0
  153. package/build/types/index.d.ts.map +1 -1
  154. package/package.json +4 -4
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["default","addDependency","OntologyEntityTypeEnum","CREATE_INTERFACE_OBJECT_PARAMETER","CREATE_OR_MODIFY_OBJECT_PARAMETER","defineAction","DELETE_OBJECT_PARAMETER","MODIFY_INTERFACE_OBJECT_PARAMETER","MODIFY_OBJECT_PARAMETER","defineCreateInterfaceObjectAction","defineCreateObjectAction","defineCreateOrModifyObjectAction","defineDeleteInterfaceObjectAction","defineDeleteObjectAction","defineInterface","defineInterfaceLinkConstraint","defineLink","defineModifyInterfaceObjectAction","defineModifyObjectAction","convertToPluralDisplayName","defineObject","uppercaseFirstLetter","convertToDisplayName","addNamespaceIfNone","defineOntology","dumpOntologyFullMetadata","defineSharedPropertyType","defineValueType","importOntologyEntity","importSharedPropertyType","wrapWithProxy","propertyTypeTypeToOntologyIrType","convertType"],"sources":["index.ts"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { default as default } from \"./cli/main.js\";\n\nexport type { ActionParameterValidation } from \"./api/action/ActionParameter.js\";\nexport type {\n ActionParameterAllowedValues,\n} from \"./api/action/ActionParameterAllowedValues.js\";\nexport type { ActionParameterConditionalOverride } from \"./api/action/ActionParameterConditionalOverride.js\";\nexport type { ActionParameterConfiguration } from \"./api/action/ActionParameterConfiguration.js\";\nexport type { ActionSection } from \"./api/action/ActionSection.js\";\nexport type { ActionType } from \"./api/action/ActionType.js\";\nexport type { ConditionDefinition } from \"./api/action/ConditionDefinition.js\";\nexport type {\n CurrentTimeMappingValue,\n CurrentUserMappingValue,\n CustomMapping,\n MappingValue,\n UuidMappingValue,\n} from \"./api/action/MappingValue.js\";\nexport type { SectionConditionalOverride } from \"./api/action/SectionConditionalOverride.js\";\nexport type { SubmissionMetadata } from \"./api/action/SubmissionMetadata.js\";\nexport { addDependency } from \"./api/addDependency.js\";\nexport { OntologyEntityTypeEnum } from \"./api/common/OntologyEntityTypeEnum.js\";\nexport {\n CREATE_INTERFACE_OBJECT_PARAMETER,\n CREATE_OR_MODIFY_OBJECT_PARAMETER,\n defineAction,\n DELETE_OBJECT_PARAMETER,\n MODIFY_INTERFACE_OBJECT_PARAMETER,\n MODIFY_OBJECT_PARAMETER,\n} from \"./api/defineAction.js\";\nexport { defineCreateInterfaceObjectAction } from \"./api/defineCreateInterfaceObjectAction.js\";\nexport { defineCreateObjectAction } from \"./api/defineCreateObjectAction.js\";\nexport { defineCreateOrModifyObjectAction } from \"./api/defineCreateOrModifyObjectAction.js\";\nexport { defineDeleteInterfaceObjectAction } from \"./api/defineDeleteInterfaceObjectAction.js\";\nexport { defineDeleteObjectAction } from \"./api/defineDeleteObjectAction.js\";\nexport { defineInterface } from \"./api/defineInterface.js\";\nexport { defineInterfaceLinkConstraint } from \"./api/defineInterfaceLinkConstraint.js\";\nexport { defineLink } from \"./api/defineLink.js\";\nexport { defineModifyInterfaceObjectAction } from \"./api/defineModifyInterfaceObjectAction.js\";\nexport { defineModifyObjectAction } from \"./api/defineModifyObjectAction.js\";\nexport {\n convertToPluralDisplayName,\n defineObject,\n uppercaseFirstLetter as convertToDisplayName,\n} from \"./api/defineObject.js\";\nexport {\n addNamespaceIfNone,\n defineOntology,\n dumpOntologyFullMetadata,\n} from \"./api/defineOntology.js\";\nexport { defineSharedPropertyType } from \"./api/defineSpt.js\";\nexport { defineValueType } from \"./api/defineValueType.js\";\nexport { importOntologyEntity } from \"./api/importOntologyEntity.js\";\nexport { importSharedPropertyType } from \"./api/importSharedPropertyType.js\";\nexport type { InterfaceType } from \"./api/interface/InterfaceType.js\";\nexport type { LinkType } from \"./api/links/LinkType.js\";\nexport type { ObjectPropertyType } from \"./api/object/ObjectPropertyType.js\";\nexport type { ObjectType } from \"./api/object/ObjectType.js\";\nexport type { PropertyTypeType } from \"./api/properties/PropertyTypeType.js\";\nexport type { SharedPropertyType } from \"./api/properties/SharedPropertyType.js\";\nexport type { ValueTypeDefinitionVersion } from \"./api/values/ValueTypeDefinitionVersion.js\";\nexport { wrapWithProxy } from \"./api/wrapWithProxy.js\";\nexport { propertyTypeTypeToOntologyIrType as convertType } from \"./conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,OAAkB,QAAQ,eAAe;AAoBlD,SAASC,aAAa,QAAQ,wBAAwB;AACtD,SAASC,sBAAsB,QAAQ,wCAAwC;AAC/E,SACEC,iCAAiC,EACjCC,iCAAiC,EACjCC,YAAY,EACZC,uBAAuB,EACvBC,iCAAiC,EACjCC,uBAAuB,QAClB,uBAAuB;AAC9B,SAASC,iCAAiC,QAAQ,4CAA4C;AAC9F,SAASC,wBAAwB,QAAQ,mCAAmC;AAC5E,SAASC,gCAAgC,QAAQ,2CAA2C;AAC5F,SAASC,iCAAiC,QAAQ,4CAA4C;AAC9F,SAASC,wBAAwB,QAAQ,mCAAmC;AAC5E,SAASC,eAAe,QAAQ,0BAA0B;AAC1D,SAASC,6BAA6B,QAAQ,wCAAwC;AACtF,SAASC,UAAU,QAAQ,qBAAqB;AAChD,SAASC,iCAAiC,QAAQ,4CAA4C;AAC9F,SAASC,wBAAwB,QAAQ,mCAAmC;AAC5E,SACEC,0BAA0B,EAC1BC,YAAY,EACZC,oBAAoB,IAAIC,oBAAoB,QACvC,uBAAuB;AAC9B,SACEC,kBAAkB,EAClBC,cAAc,EACdC,wBAAwB,QACnB,yBAAyB;AAChC,SAASC,wBAAwB,QAAQ,oBAAoB;AAC7D,SAASC,eAAe,QAAQ,0BAA0B;AAC1D,SAASC,oBAAoB,QAAQ,+BAA+B;AACpE,SAASC,wBAAwB,QAAQ,mCAAmC;AAQ5E,SAASC,aAAa,QAAQ,wBAAwB;AACtD,SAASC,gCAAgC,IAAIC,WAAW,QAAQ,gEAAgE","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["default","addDependency","OntologyEntityTypeEnum","CREATE_INTERFACE_OBJECT_PARAMETER","CREATE_OR_MODIFY_OBJECT_PARAMETER","defineAction","DELETE_OBJECT_PARAMETER","MODIFY_INTERFACE_OBJECT_PARAMETER","MODIFY_OBJECT_PARAMETER","defineCreateInterfaceObjectAction","defineCreateObjectAction","defineCreateOrModifyObjectAction","defineDeleteInterfaceObjectAction","defineDeleteObjectAction","defineInterface","defineInterfaceLinkConstraint","defineLink","defineModifyInterfaceObjectAction","defineModifyObjectAction","convertToPluralDisplayName","defineObject","uppercaseFirstLetter","convertToDisplayName","addNamespaceIfNone","defineOntology","dumpOntologyFullMetadata","defineSharedPropertyType","defineValueType","importOntologyEntity","importSharedPropertyType","wrapWithProxy","propertyTypeTypeToOntologyIrType","convertType"],"sources":["index.ts"],"sourcesContent":["/*\n * Copyright 2024 Palantir Technologies, Inc. All rights reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport { default as default } from \"./cli/main.js\";\n\nexport type { ActionParameterValidation } from \"./api/action/ActionParameter.js\";\nexport type {\n ActionParameterAllowedValues,\n} from \"./api/action/ActionParameterAllowedValues.js\";\nexport type { ActionParameterConditionalOverride } from \"./api/action/ActionParameterConditionalOverride.js\";\nexport type { ActionParameterConfiguration } from \"./api/action/ActionParameterConfiguration.js\";\nexport type { ActionSection } from \"./api/action/ActionSection.js\";\nexport type { ActionType } from \"./api/action/ActionType.js\";\nexport type { ConditionDefinition } from \"./api/action/ConditionDefinition.js\";\nexport type {\n CurrentTimeMappingValue,\n CurrentUserMappingValue,\n CustomMapping,\n MappingValue,\n UuidMappingValue,\n} from \"./api/action/MappingValue.js\";\nexport type { SectionConditionalOverride } from \"./api/action/SectionConditionalOverride.js\";\nexport type { SubmissionMetadata } from \"./api/action/SubmissionMetadata.js\";\nexport { addDependency } from \"./api/addDependency.js\";\nexport { OntologyEntityTypeEnum } from \"./api/common/OntologyEntityTypeEnum.js\";\nexport {\n CREATE_INTERFACE_OBJECT_PARAMETER,\n CREATE_OR_MODIFY_OBJECT_PARAMETER,\n defineAction,\n DELETE_OBJECT_PARAMETER,\n MODIFY_INTERFACE_OBJECT_PARAMETER,\n MODIFY_OBJECT_PARAMETER,\n} from \"./api/defineAction.js\";\nexport { defineCreateInterfaceObjectAction } from \"./api/defineCreateInterfaceObjectAction.js\";\nexport { defineCreateObjectAction } from \"./api/defineCreateObjectAction.js\";\nexport { defineCreateOrModifyObjectAction } from \"./api/defineCreateOrModifyObjectAction.js\";\nexport { defineDeleteInterfaceObjectAction } from \"./api/defineDeleteInterfaceObjectAction.js\";\nexport { defineDeleteObjectAction } from \"./api/defineDeleteObjectAction.js\";\nexport { defineInterface } from \"./api/defineInterface.js\";\nexport { defineInterfaceLinkConstraint } from \"./api/defineInterfaceLinkConstraint.js\";\nexport { defineLink } from \"./api/defineLink.js\";\nexport { defineModifyInterfaceObjectAction } from \"./api/defineModifyInterfaceObjectAction.js\";\nexport { defineModifyObjectAction } from \"./api/defineModifyObjectAction.js\";\nexport {\n convertToPluralDisplayName,\n defineObject,\n uppercaseFirstLetter as convertToDisplayName,\n} from \"./api/defineObject.js\";\nexport {\n addNamespaceIfNone,\n defineOntology,\n dumpOntologyFullMetadata,\n} from \"./api/defineOntology.js\";\nexport { defineSharedPropertyType } from \"./api/defineSpt.js\";\nexport { defineValueType } from \"./api/defineValueType.js\";\nexport { importOntologyEntity } from \"./api/importOntologyEntity.js\";\nexport { importSharedPropertyType } from \"./api/importSharedPropertyType.js\";\nexport type { InterfaceDefinedProperty } from \"./api/interface/InterfacePropertyType.js\";\nexport type { InterfaceType } from \"./api/interface/InterfaceType.js\";\nexport type { LinkType } from \"./api/links/LinkType.js\";\nexport type { ObjectPropertyType } from \"./api/object/ObjectPropertyType.js\";\nexport type { ObjectType } from \"./api/object/ObjectType.js\";\nexport type { PropertyTypeType } from \"./api/properties/PropertyTypeType.js\";\nexport type { SharedPropertyType } from \"./api/properties/SharedPropertyType.js\";\nexport type { ValueTypeDefinitionVersion } from \"./api/values/ValueTypeDefinitionVersion.js\";\nexport { wrapWithProxy } from \"./api/wrapWithProxy.js\";\nexport { propertyTypeTypeToOntologyIrType as convertType } from \"./conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js\";\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,OAAkB,QAAQ,eAAe;AAoBlD,SAASC,aAAa,QAAQ,wBAAwB;AACtD,SAASC,sBAAsB,QAAQ,wCAAwC;AAC/E,SACEC,iCAAiC,EACjCC,iCAAiC,EACjCC,YAAY,EACZC,uBAAuB,EACvBC,iCAAiC,EACjCC,uBAAuB,QAClB,uBAAuB;AAC9B,SAASC,iCAAiC,QAAQ,4CAA4C;AAC9F,SAASC,wBAAwB,QAAQ,mCAAmC;AAC5E,SAASC,gCAAgC,QAAQ,2CAA2C;AAC5F,SAASC,iCAAiC,QAAQ,4CAA4C;AAC9F,SAASC,wBAAwB,QAAQ,mCAAmC;AAC5E,SAASC,eAAe,QAAQ,0BAA0B;AAC1D,SAASC,6BAA6B,QAAQ,wCAAwC;AACtF,SAASC,UAAU,QAAQ,qBAAqB;AAChD,SAASC,iCAAiC,QAAQ,4CAA4C;AAC9F,SAASC,wBAAwB,QAAQ,mCAAmC;AAC5E,SACEC,0BAA0B,EAC1BC,YAAY,EACZC,oBAAoB,IAAIC,oBAAoB,QACvC,uBAAuB;AAC9B,SACEC,kBAAkB,EAClBC,cAAc,EACdC,wBAAwB,QACnB,yBAAyB;AAChC,SAASC,wBAAwB,QAAQ,oBAAoB;AAC7D,SAASC,eAAe,QAAQ,0BAA0B;AAC1D,SAASC,oBAAoB,QAAQ,+BAA+B;AACpE,SAASC,wBAAwB,QAAQ,mCAAmC;AAS5E,SAASC,aAAa,QAAQ,wBAAwB;AACtD,SAASC,gCAAgC,IAAIC,WAAW,QAAQ,gEAAgE","ignoreList":[]}
@@ -1,4 +1,4 @@
1
- import type { OntologyIrParameterPrefill, ParameterId } from "@osdk/client.unstable";
1
+ import type { OntologyIrParameterPrefill, ParameterId, ParameterRenderHint } from "@osdk/client.unstable";
2
2
  import type { TypeClass } from "../common/TypeClass.js";
3
3
  import type { ActionParameterConfiguration } from "./ActionParameterConfiguration.js";
4
4
  import type { ActionParameterType } from "./ActionParameterType.js";
@@ -10,5 +10,6 @@ export interface ActionParameter {
10
10
  description?: string;
11
11
  typeClasses?: Array<TypeClass>;
12
12
  defaultValue?: OntologyIrParameterPrefill;
13
+ renderHint?: ParameterRenderHint;
13
14
  }
14
15
  export type ActionParameterValidation = Omit<ActionParameterConfiguration, "displayName" | "defaultValue">;
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cACE,4BACA,mBACK,uBAAwB;AAC/B,cAAc,iBAAiB,wBAAyB;AACxD,cAAc,oCAAoC,mCAAoC;AACtF,cAAc,2BAA2B,0BAA2B;AAEpE,iBAAiB,gBAAgB;CAC/B,IAAI;CACJ;CACA,MAAM;CACN,YAAY;CACZ;CACA,cAAc,MAAM;CACpB,eAAe;AAChB;AACD,YAAY,4BAA4B,KACtC,8BACA,gBAAgB","names":[],"sources":["../../../../src/api/action/ActionParameter.ts"],"version":3,"file":"ActionParameter.d.ts"}
1
+ {"mappings":"AAgBA,cACE,4BACA,aACA,2BACK,uBAAwB;AAC/B,cAAc,iBAAiB,wBAAyB;AACxD,cAAc,oCAAoC,mCAAoC;AACtF,cAAc,2BAA2B,0BAA2B;AAEpE,iBAAiB,gBAAgB;CAC/B,IAAI;CACJ;CACA,MAAM;CACN,YAAY;CACZ;CACA,cAAc,MAAM;CACpB,eAAe;CACf,aAAa;AACd;AACD,YAAY,4BAA4B,KACtC,8BACA,gBAAgB","names":[],"sources":["../../../../src/api/action/ActionParameter.ts"],"version":3,"file":"ActionParameter.d.ts"}
@@ -1,4 +1,4 @@
1
- import type { OntologyIrParameterPrefill } from "@osdk/client.unstable";
1
+ import type { OntologyIrParameterPrefill, ParameterRenderHint } from "@osdk/client.unstable";
2
2
  import type { ActionParameterAllowedValues } from "./ActionParameterAllowedValues.js";
3
3
  import type { ActionParameterConditionalOverride } from "./ActionParameterConditionalOverride.js";
4
4
  import type { ActionParameterType } from "./ActionParameterType.js";
@@ -8,6 +8,7 @@ export interface ActionParameterConfiguration {
8
8
  defaultVisibility?: "editable" | "disabled" | "hidden";
9
9
  conditionalOverrides?: Array<ActionParameterConditionalOverride>;
10
10
  defaultValue?: OntologyIrParameterPrefill;
11
+ renderHint?: ParameterRenderHint;
11
12
  displayName?: string;
12
13
  description?: string;
13
14
  customParameterType?: ActionParameterType;
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAAc,kCAAkC,uBAAwB;AACxE,cAAc,oCAAoC,mCAAoC;AACtF,cAAc,0CAA0C,yCAA0C;AAClG,cAAc,2BAA2B,0BAA2B;AAEpE,iBAAiB,6BAA6B;CAC5C,gBAAgB;CAChB,WAAW;CACX,oBAAoB,aAAa,aAAa;CAC9C,uBAAuB,MAAM;CAC7B,eAAe;CACf;CACA;CAEA,sBAAsB;AACvB;AAED,YAAY,iDAER;CAAE,YAAY;EAAE;EAAc;CAAc;AAAE","names":[],"sources":["../../../../src/api/action/ActionParameterConfiguration.ts"],"version":3,"file":"ActionParameterConfiguration.d.ts"}
1
+ {"mappings":"AAgBA,cACE,4BACA,2BACK,uBAAwB;AAC/B,cAAc,oCAAoC,mCAAoC;AACtF,cAAc,0CAA0C,yCAA0C;AAClG,cAAc,2BAA2B,0BAA2B;AAEpE,iBAAiB,6BAA6B;CAC5C,gBAAgB;CAChB,WAAW;CACX,oBAAoB,aAAa,aAAa;CAC9C,uBAAuB,MAAM;CAC7B,eAAe;CACf,aAAa;CACb;CACA;CAEA,sBAAsB;AACvB;AAED,YAAY,iDAER;CAAE,YAAY;EAAE;EAAc;CAAc;AAAE","names":[],"sources":["../../../../src/api/action/ActionParameterConfiguration.ts"],"version":3,"file":"ActionParameterConfiguration.d.ts"}
@@ -1,4 +1,4 @@
1
- import type { ParameterId } from "@osdk/client.unstable";
1
+ import type { OntologyIrInterfacePropertyLogicRuleValue, ParameterId } from "@osdk/client.unstable";
2
2
  import type { ActionLevelValidationDefinition } from "./action/ActionLevelValidationDefinition.js";
3
3
  import { type ActionParameter } from "./action/ActionParameter.js";
4
4
  import type { ActionParameterConfiguration } from "./action/ActionParameterConfiguration.js";
@@ -11,11 +11,11 @@ import type { MappingValue } from "./action/MappingValue.js";
11
11
  import type { SubmissionMetadata } from "./action/SubmissionMetadata.js";
12
12
  import type { TableConfiguration } from "./action/TableConfiguration.js";
13
13
  import type { BlueprintIcon } from "./common/BlueprintIcons.js";
14
+ import { type InterfacePropertyType } from "./interface/InterfacePropertyType.js";
14
15
  import type { InterfaceType } from "./interface/InterfaceType.js";
15
16
  import type { ObjectPropertyTypeUserDefinition } from "./object/ObjectPropertyTypeUserDefinition.js";
16
17
  import type { ObjectTypeDefinition } from "./object/ObjectTypeDefinition.js";
17
18
  import { type PropertyTypeType } from "./properties/PropertyTypeType.js";
18
- import type { SharedPropertyType } from "./properties/SharedPropertyType.js";
19
19
  export declare const MODIFY_OBJECT_PARAMETER: string;
20
20
  export declare const CREATE_OR_MODIFY_OBJECT_PARAMETER: string;
21
21
  export declare const DELETE_OBJECT_PARAMETER: string;
@@ -68,7 +68,7 @@ export type InterfaceActionTypeUserDefinition = {
68
68
  };
69
69
  export declare function defineAction(actionDef: ActionTypeDefinition): ActionType;
70
70
  export declare function isPropertyParameter(def: ActionTypeUserDefinition | InterfaceActionTypeUserDefinition, name: string, type: PropertyTypeType): boolean;
71
- export declare function createParameters(def: ActionTypeUserDefinition | InterfaceActionTypeUserDefinition, propertyMap: Record<string, ObjectPropertyTypeUserDefinition> | Record<string, SharedPropertyType>, parameterSet: Set<string>, requiredMap?: Record<string, boolean>): Array<ActionParameter>;
71
+ export declare function createParameters(def: ActionTypeUserDefinition | InterfaceActionTypeUserDefinition, propertyMap: Record<string, ObjectPropertyTypeUserDefinition> | Record<string, InterfacePropertyType>, parameterSet: Set<string>, requiredMap?: Record<string, boolean>): Array<ActionParameter>;
72
72
  export declare function kebab(s: string): string;
73
73
  export declare function convertValidationRule(actionValidation: ActionLevelValidationDefinition, actionParameters?: ActionParameter[]): Array<ActionValidationRule>;
74
74
  export declare function validateActionParameters(def: ActionTypeUserDefinition | InterfaceActionTypeUserDefinition, properties: Array<string>, name: string): void;
@@ -78,3 +78,4 @@ export declare function isTargetParameter(parameterId: string): boolean;
78
78
  export declare function addNamespaceToActionDefinition(def: InterfaceActionTypeUserDefinition): void;
79
79
  export declare function getInterfaceParameterName(def: InterfaceActionTypeUserDefinition, parameter: string): string;
80
80
  export declare function getNonNamespacedParameterName(def: InterfaceActionTypeUserDefinition, parameter: string): string;
81
+ export declare function createInterfacePropertyLogicRuleValue(id: string, def: InterfacePropertyType, actionDef: InterfaceActionTypeUserDefinition): OntologyIrInterfacePropertyLogicRuleValue;
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAEE,mBACK,uBAAwB;AAG/B,cAAc,uCAAuC,6CAA8C;AACnG,cAAc,uBAAuB,6BAA8B;AAEnE,cAAc,oCAAoC,0CAA2C;AAM7F,cAAc,qBAAqB,2BAA4B;AAC/D,cAAc,oBAAoB,0BAA2B;AAC7D,cAAc,kBAAkB,wBAAyB;AACzD,cAAc,4BAA4B,kCAAmC;AAE7E,cAAc,qBAAqB,2BAA4B;AAC/D,cAAc,oBAAoB,0BAA2B;AAC7D,cAAc,0BAA0B,gCAAiC;AACzE,cAAc,0BAA0B,gCAAiC;AACzE,cAAc,qBAAqB,4BAA6B;AAWhE,cAAc,qBAAqB,8BAA+B;AAElE,cAAc,wCAAwC,8CAA+C;AACrG,cAAc,4BAA4B,kCAAmC;AAC7E,cAEO,wBACA,kCAAmC;AAC1C,cAAc,0BAA0B,oCAAqC;AAE7E,OAAO,cAAMA;AAEb,OAAO,cAAMC;AAGb,OAAO,cAAMC;AAEb,OAAO,cAAMC;AAEb,OAAO,cAAMC;AAGb,YAAY,uBAAuB,KAAK,YAAY;AAEpD,YAAY,2BAA2B;CACrC,YAAY;CACZ;CACA;CACA,SAAS;CACT,yBAAyB,eAAe;CACxC,uBAAuB,eAAe;CACtC,wBAAwB;CACxB,qBAAqB,MAAM;CAC3B,WAAW,MAAM;CACjB,gBAAgB;CAChB;CACA,qBAAqB;CACrB,oBAAoB;CACpB,qBAAqB;CAErB,mBAAmB,kBAAkB;CACrC,OAAO;EAAE,SAAS;EAAe;CAAe;AACjD;AAED,YAAY,oCAAoC;CAC9C,eAAe;CACf,aAAa;CACb;CACA;CACA,SAAS;CACT,yBAAyB,eAAe;CACxC,uBAAuB,eAAe;CACtC,wBAAwB;CACxB,qBAAqB;CACrB,WAAW,MAAM;CACjB,gBAAgB;CAChB;CACA,qBAAqB;CACrB,oBAAoB;CACpB,qBAAqB;CAErB;CACA,gCAAgC;CAChC,OAAO;EAAE,SAAS;EAAe;CAAe;AACjD;AAED,OAAO,iBAAS,aAAaC,WAAW,uBAAuB;AAmI/D,OAAO,iBAAS,oBACdC,KAAK,2BAA2B,mCAChCC,cACAC,MAAM;AASR,OAAO,iBAAS,iBACdF,KAAK,2BAA2B,mCAChCG,aACI,eAAe,oCACf,eAAe,qBACnBC,cAAc,aACdC,cAAc,0BACb,MAAM;AAygBT,OAAO,iBAAS,MAAMC;AAYtB,OAAO,iBAAS,sBACdC,kBAAkB,iCAClBC,mBAAmB,oBAClB,MAAM;AAiJT,OAAO,iBAAS,yBACdR,KAAK,2BAA2B,mCAChCS,YAAY,eACZR;AA4BF,OAAO,iBAAS,+BACdD,KAAK,2BAA2B,mCAChCS,YAAY,eACZC,YAAY,mBACZC;AAaF,OAAO,iBAAS,0BACdC,6BACAR,cAAc,aACdS;AAgBF,OAAO,iBAAS,kBAAkBC;AAOlC,OAAO,iBAAS,+BACdC,KAAK;AAqBP,OAAO,iBAAS,0BACdA,KAAK,mCACLC;AAaF,OAAO,iBAAS,8BACdD,KAAK,mCACLC","names":["MODIFY_OBJECT_PARAMETER: string","CREATE_OR_MODIFY_OBJECT_PARAMETER: string","DELETE_OBJECT_PARAMETER: string","CREATE_INTERFACE_OBJECT_PARAMETER: string","MODIFY_INTERFACE_OBJECT_PARAMETER: string","actionDef: ActionTypeDefinition","def: ActionTypeUserDefinition | InterfaceActionTypeUserDefinition","name: string","type: PropertyTypeType","propertyMap:\n | Record<string, ObjectPropertyTypeUserDefinition>\n | Record<string, SharedPropertyType>","parameterSet: Set<string>","requiredMap?: Record<string, boolean>","s: string","actionValidation: ActionLevelValidationDefinition","actionParameters?: ActionParameter[]","properties: Array<string>","parameters: ActionParameter[]","priorityId?: string","parameterOrdering: string[]","actionApiName: string","parameterId: string","def: InterfaceActionTypeUserDefinition","parameter: string"],"sources":["../../../src/api/defineAction.ts"],"version":3,"file":"defineAction.d.ts"}
1
+ {"mappings":"AAgBA,cACE,2CAEA,mBACK,uBAAwB;AAG/B,cAAc,uCAAuC,6CAA8C;AACnG,cAAc,uBAAuB,6BAA8B;AAEnE,cAAc,oCAAoC,0CAA2C;AAM7F,cAAc,qBAAqB,2BAA4B;AAC/D,cAAc,oBAAoB,0BAA2B;AAC7D,cAAc,kBAAkB,wBAAyB;AACzD,cAAc,4BAA4B,kCAAmC;AAE7E,cAAc,qBAAqB,2BAA4B;AAC/D,cAAc,oBAAoB,0BAA2B;AAC7D,cAAc,0BAA0B,gCAAiC;AACzE,cAAc,0BAA0B,gCAAiC;AACzE,cAAc,qBAAqB,4BAA6B;AAYhE,cAGO,6BAEA,sCAAuC;AAC9C,cAAc,qBAAqB,8BAA+B;AAElE,cAAc,wCAAwC,8CAA+C;AACrG,cAAc,4BAA4B,kCAAmC;AAC7E,cAEO,wBACA,kCAAmC;AAE1C,OAAO,cAAMA;AAEb,OAAO,cAAMC;AAGb,OAAO,cAAMC;AAEb,OAAO,cAAMC;AAEb,OAAO,cAAMC;AAGb,YAAY,uBAAuB,KAAK,YAAY;AAEpD,YAAY,2BAA2B;CACrC,YAAY;CACZ;CACA;CACA,SAAS;CACT,yBAAyB,eAAe;CACxC,uBAAuB,eAAe;CACtC,wBAAwB;CACxB,qBAAqB,MAAM;CAC3B,WAAW,MAAM;CACjB,gBAAgB;CAChB;CACA,qBAAqB;CACrB,oBAAoB;CACpB,qBAAqB;CAErB,mBAAmB,kBAAkB;CACrC,OAAO;EAAE,SAAS;EAAe;CAAe;AACjD;AAED,YAAY,oCAAoC;CAC9C,eAAe;CACf,aAAa;CACb;CACA;CACA,SAAS;CACT,yBAAyB,eAAe;CACxC,uBAAuB,eAAe;CACtC,wBAAwB;CACxB,qBAAqB;CACrB,WAAW,MAAM;CACjB,gBAAgB;CAChB;CACA,qBAAqB;CACrB,oBAAoB;CACpB,qBAAqB;CAErB;CACA,gCAAgC;CAChC,OAAO;EAAE,SAAS;EAAe;CAAe;AACjD;AAED,OAAO,iBAAS,aAAaC,WAAW,uBAAuB;AAmI/D,OAAO,iBAAS,oBACdC,KAAK,2BAA2B,mCAChCC,cACAC,MAAM;AAiBR,OAAO,iBAAS,iBACdF,KAAK,2BAA2B,mCAChCG,aACI,eAAe,oCACf,eAAe,wBACnBC,cAAc,aACdC,cAAc,0BACb,MAAM;AAghBT,OAAO,iBAAS,MAAMC;AAYtB,OAAO,iBAAS,sBACdC,kBAAkB,iCAClBC,mBAAmB,oBAClB,MAAM;AAiJT,OAAO,iBAAS,yBACdR,KAAK,2BAA2B,mCAChCS,YAAY,eACZR;AA6BF,OAAO,iBAAS,+BACdD,KAAK,2BAA2B,mCAChCS,YAAY,eACZC,YAAY,mBACZC;AAaF,OAAO,iBAAS,0BACdC,6BACAR,cAAc,aACdS;AAgBF,OAAO,iBAAS,kBAAkBC;AAOlC,OAAO,iBAAS,+BACdC,KAAK;AAqBP,OAAO,iBAAS,0BACdA,KAAK,mCACLC;AAaF,OAAO,iBAAS,8BACdD,KAAK,mCACLC;AAMF,OAAO,iBAAS,sCACdC,YACAC,KAAK,uBACLC,WAAW,oCACV","names":["MODIFY_OBJECT_PARAMETER: string","CREATE_OR_MODIFY_OBJECT_PARAMETER: string","DELETE_OBJECT_PARAMETER: string","CREATE_INTERFACE_OBJECT_PARAMETER: string","MODIFY_INTERFACE_OBJECT_PARAMETER: string","actionDef: ActionTypeDefinition","def: ActionTypeUserDefinition | InterfaceActionTypeUserDefinition","name: string","type: PropertyTypeType","propertyMap:\n | Record<string, ObjectPropertyTypeUserDefinition>\n | Record<string, InterfacePropertyType>","parameterSet: Set<string>","requiredMap?: Record<string, boolean>","s: string","actionValidation: ActionLevelValidationDefinition","actionParameters?: ActionParameter[]","properties: Array<string>","parameters: ActionParameter[]","priorityId?: string","parameterOrdering: string[]","actionApiName: string","parameterId: string","def: InterfaceActionTypeUserDefinition","parameter: string","id: string","def: InterfacePropertyType","actionDef: InterfaceActionTypeUserDefinition"],"sources":["../../../src/api/defineAction.ts"],"version":3,"file":"defineAction.d.ts"}
@@ -1 +1 @@
1
- {"mappings":"AAiBA,cAAc,kBAAkB,wBAAyB;AACzD,cAAc,yCAAyC,mBAAoB;AAiB3E,OAAO,iBAAS,kCACdA,KAAK,oCACJ","names":["def: InterfaceActionTypeUserDefinition"],"sources":["../../../src/api/defineCreateInterfaceObjectAction.ts"],"version":3,"file":"defineCreateInterfaceObjectAction.d.ts"}
1
+ {"mappings":"AAoBA,cAAc,kBAAkB,wBAAyB;AACzD,cAAc,yCAAyC,mBAAoB;AAoB3E,OAAO,iBAAS,kCACdA,KAAK,oCACJ","names":["def: InterfaceActionTypeUserDefinition"],"sources":["../../../src/api/defineCreateInterfaceObjectAction.ts"],"version":3,"file":"defineCreateInterfaceObjectAction.d.ts"}
@@ -1,6 +1,6 @@
1
1
  import type { BlueprintIcon } from "./common/BlueprintIcons.js";
2
+ import { type InterfaceDefinedProperty } from "./interface/InterfacePropertyType.js";
2
3
  import { type InterfaceType } from "./interface/InterfaceType.js";
3
- import { type PropertyTypeType } from "./properties/PropertyTypeType.js";
4
4
  import { type SharedPropertyType } from "./properties/SharedPropertyType.js";
5
5
  export type SimplifiedInterfaceTypeStatus = {
6
6
  type: "deprecated"
@@ -11,10 +11,10 @@ export type SimplifiedInterfaceTypeStatus = {
11
11
  } | {
12
12
  type: "experimental"
13
13
  };
14
- type PropertyBase = SharedPropertyType | PropertyTypeType;
15
- type PropertyWithOptional = {
14
+ type PropertyBase = SharedPropertyType | InterfaceDefinedProperty;
15
+ type SptWithOptional = {
16
16
  required: boolean
17
- propertyDefinition: PropertyBase
17
+ sharedPropertyType: SharedPropertyType
18
18
  };
19
19
  export type InterfaceTypeDefinition = {
20
20
  apiName: string
@@ -25,7 +25,7 @@ export type InterfaceTypeDefinition = {
25
25
  color: string
26
26
  }
27
27
  status?: SimplifiedInterfaceTypeStatus
28
- properties?: Record<string, PropertyBase | PropertyWithOptional>
28
+ properties?: Record<string, PropertyBase | SptWithOptional>
29
29
  extends?: InterfaceType | InterfaceType[]
30
30
  searchable?: boolean
31
31
  };
@@ -1 +1 @@
1
- {"mappings":"AAkBA,cAAc,qBAAqB,4BAA6B;AAShE,cAAc,qBAAqB,8BAA+B;AAGlE,cAEO,wBACA,kCAAmC;AAC1C,cAAc,0BAA0B,oCAAqC;AAE7E,YAAY,gCACR;CAAE,MAAM;CAAc;CAAiB;AAAkB,IACzD;CAAE,MAAM;AAAU,IAClB;CAAE,MAAM;AAAgB;KAEvB,eAAe,qBAAqB;KACpC,uBAAuB;CAC1B;CACA,oBAAoB;AACrB;AAED,YAAY,0BAA0B;CACpC;CACA;CACA;CACA,OAAO;EAAE,SAAS;EAAe;CAAe;CAChD,SAAS;CACT,aAAa,eAEX,eAAe;CAEjB,UAAU,gBAAgB;CAC1B;AACD;AAED,OAAO,iBAAS,gBACdA,cAAc,0BACb","names":["interfaceDef: InterfaceTypeDefinition"],"sources":["../../../src/api/defineInterface.ts"],"version":3,"file":"defineInterface.d.ts"}
1
+ {"mappings":"AAkBA,cAAc,qBAAqB,4BAA6B;AAQhE,cACO,gCAGA,sCAAuC;AAC9C,cAAc,qBAAqB,8BAA+B;AAIlE,cAAc,0BAA0B,oCAAqC;AAE7E,YAAY,gCACR;CAAE,MAAM;CAAc;CAAiB;AAAkB,IACzD;CAAE,MAAM;AAAU,IAClB;CAAE,MAAM;AAAgB;KAEvB,eACD,qBACA;KACC,kBAAkB;CACrB;CACA,oBAAoB;AACrB;AAED,YAAY,0BAA0B;CACpC;CACA;CACA;CACA,OAAO;EAAE,SAAS;EAAe;CAAe;CAChD,SAAS;CACT,aAAa,eAEX,eAAe;CAEjB,UAAU,gBAAgB;CAC1B;AACD;AAED,OAAO,iBAAS,gBACdA,cAAc,0BACb","names":["interfaceDef: InterfaceTypeDefinition"],"sources":["../../../src/api/defineInterface.ts"],"version":3,"file":"defineInterface.d.ts"}
@@ -1 +1 @@
1
- {"mappings":"AAiBA,cAAc,kBAAkB,wBAAyB;AACzD,cAAc,yCAAyC,mBAAoB;AAiB3E,OAAO,iBAAS,kCACdA,KAAK,oCACJ","names":["def: InterfaceActionTypeUserDefinition"],"sources":["../../../src/api/defineModifyInterfaceObjectAction.ts"],"version":3,"file":"defineModifyInterfaceObjectAction.d.ts"}
1
+ {"mappings":"AAoBA,cAAc,kBAAkB,wBAAyB;AACzD,cAAc,yCAAyC,mBAAoB;AAoB3E,OAAO,iBAAS,kCACdA,KAAK,oCACJ","names":["def: InterfaceActionTypeUserDefinition"],"sources":["../../../src/api/defineModifyInterfaceObjectAction.ts"],"version":3,"file":"defineModifyInterfaceObjectAction.d.ts"}
@@ -1 +1 @@
1
- {"mappings":"AAoCA,cAAc,4BAA4B,kCAAmC;AAe7E,OAAO,iBAAS,aACdA,WAAW,uBACV;AA2MH,OAAO,iBAAS,qBAAqBC;AAOrC,OAAO,iBAAS,2BACdA","names":["objectDef: ObjectTypeDefinition","s: string | undefined | null"],"sources":["../../../src/api/defineObject.ts"],"version":3,"file":"defineObject.d.ts"}
1
+ {"mappings":"AAyCA,cAAc,4BAA4B,kCAAmC;AAc7E,OAAO,iBAAS,aACdA,WAAW,uBACV;AA+MH,OAAO,iBAAS,qBAAqBC;AAOrC,OAAO,iBAAS,2BACdA","names":["objectDef: ObjectTypeDefinition","s: string | undefined | null"],"sources":["../../../src/api/defineObject.ts"],"version":3,"file":"defineObject.d.ts"}
@@ -1,4 +1,5 @@
1
1
  import type { OntologyIrBaseFormatter, OntologyIrValueTypeReferenceWithMetadata, SharedPropertyTypeGothamMapping, Visibility } from "@osdk/client.unstable";
2
+ import type { Nullability } from "./properties/Nullability.js";
2
3
  import { type PropertyTypeType } from "./properties/PropertyTypeType.js";
3
4
  import { type SharedPropertyType } from "./properties/SharedPropertyType.js";
4
5
  export interface SharedPropertyTypeDefinition {
@@ -9,7 +10,9 @@ export interface SharedPropertyTypeDefinition {
9
10
  displayName?: string;
10
11
  valueType?: OntologyIrValueTypeReferenceWithMetadata;
11
12
  visibility?: Visibility;
13
+ nullability?: Nullability;
12
14
  typeClasses?: SharedPropertyType["typeClasses"];
15
+ aliases?: Array<string>;
13
16
  gothamMapping?: SharedPropertyTypeGothamMapping;
14
17
  baseFormatter?: OntologyIrBaseFormatter;
15
18
  }
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cACE,yBACA,0CACA,iCACA,kBACK,uBAAwB;AAQ/B,cAAc,wBAAwB,kCAAmC;AACzE,cAAc,0BAA0B,oCAAqC;AAQ7E,iBAAiB,6BAA6B;CAC5C;CACA,MAAM;CACN;CACA;CACA;CACA,YAAY;CACZ,aAAa;CACb,cAAc,mBAAmB;CACjC,gBAAgB;CAChB,gBAAgB;AACjB;AAED,OAAO,iBAAS,yBACdA,QAAQ,+BACP","names":["sptDef: SharedPropertyTypeDefinition"],"sources":["../../../src/api/defineSpt.ts"],"version":3,"file":"defineSpt.d.ts"}
1
+ {"mappings":"AAgBA,cACE,yBACA,0CACA,iCACA,kBACK,uBAAwB;AAQ/B,cAAc,mBAAmB,6BAA8B;AAC/D,cAAc,wBAAwB,kCAAmC;AACzE,cAAc,0BAA0B,oCAAqC;AAQ7E,iBAAiB,6BAA6B;CAC5C;CACA,MAAM;CACN;CACA;CACA;CACA,YAAY;CACZ,aAAa;CACb,cAAc;CACd,cAAc,mBAAmB;CACjC,UAAU;CACV,gBAAgB;CAChB,gBAAgB;AACjB;AAED,OAAO,iBAAS,yBACdA,QAAQ,+BACP","names":["sptDef: SharedPropertyTypeDefinition"],"sources":["../../../src/api/defineSpt.ts"],"version":3,"file":"defineSpt.d.ts"}
@@ -1,5 +1,15 @@
1
- import type { SharedPropertyType } from "../properties/SharedPropertyType.js";
2
- export interface InterfacePropertyType {
1
+ import type { OntologyIrBaseFormatter } from "@osdk/client.unstable";
2
+ import type { PropertyTypeType } from "../properties/PropertyTypeType.js";
3
+ import type { PropertyType, SharedPropertyType } from "../properties/SharedPropertyType.js";
4
+ export type InterfacePropertyType = InterfaceSharedPropertyType | InterfaceDefinedProperty;
5
+ export interface InterfaceDefinedProperty extends PropertyType {
6
+ required?: boolean;
7
+ primaryKeyConstraint?: "MUST_BE_PK" | "CANNOT_BE_PK" | "NO_RESTRICTION";
8
+ baseFormatter?: OntologyIrBaseFormatter;
9
+ }
10
+ export interface InterfaceSharedPropertyType {
3
11
  sharedPropertyType: SharedPropertyType;
4
12
  required: boolean;
5
13
  }
14
+ export declare function isInterfaceSharedPropertyType(interfacePropertyType: InterfacePropertyType): interfacePropertyType is InterfaceSharedPropertyType;
15
+ export declare function getInterfacePropertyTypeType(interfacePropertyType: InterfacePropertyType): PropertyTypeType;
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAAc,0BAA0B,qCAAsC;AAE9E,iBAAiB,sBAAsB;CACrC,oBAAoB;CACpB;AACD","names":[],"sources":["../../../../src/api/interface/InterfacePropertyType.ts"],"version":3,"file":"InterfacePropertyType.d.ts"}
1
+ {"mappings":"AAgBA,cAAc,+BAA+B,uBAAwB;AACrE,cAAc,wBAAwB,mCAAoC;AAC1E,cACE,cACA,0BACK,qCAAsC;AAE7C,YAAY,wBACR,8BACA;AAEJ,iBAAiB,iCAAiC,aAAa;CAC7D;CACA,uBAAuB,eAAe,iBAAiB;CACvD,gBAAgB;AACjB;AAED,iBAAiB,4BAA4B;CAC3C,oBAAoB;CACpB;AACD;AAED,OAAO,iBAAS,8BACdA,uBAAuB,wBACtB,yBAAyB;AAI5B,OAAO,iBAAS,6BACdA,uBAAuB,wBACtB","names":["interfacePropertyType: InterfacePropertyType"],"sources":["../../../../src/api/interface/InterfacePropertyType.ts"],"version":3,"file":"InterfacePropertyType.d.ts"}
@@ -1,9 +1,10 @@
1
1
  import type { InterfaceTypeStatus, OntologyIrMarketplaceInterfaceType } from "@osdk/client.unstable";
2
2
  import type { OntologyEntityBase } from "../common/OntologyEntityBase.js";
3
3
  import type { OntologyEntityTypeEnum } from "../common/OntologyEntityTypeEnum.js";
4
- import type { InterfacePropertyType } from "./InterfacePropertyType.js";
4
+ import type { InterfacePropertyType, InterfaceSharedPropertyType } from "./InterfacePropertyType.js";
5
5
  export interface InterfaceType extends OntologyEntityBase, Omit<OntologyIrMarketplaceInterfaceType, "properties" | "propertiesV2" | "propertiesV3" | "extendsInterfaces"> {
6
- propertiesV2: Record<string, InterfacePropertyType>;
6
+ propertiesV2: Record<string, InterfaceSharedPropertyType>;
7
+ propertiesV3: Record<string, InterfacePropertyType>;
7
8
  extendsInterfaces: Array<InterfaceType>;
8
9
  status: InterfaceTypeStatus;
9
10
  __type: OntologyEntityTypeEnum.INTERFACE_TYPE;
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cACE,qBACA,0CACK,uBAAwB;AAC/B,cAAc,0BAA0B,iCAAkC;AAC1E,cAAc,8BAA8B,qCAAsC;AAClF,cAAc,6BAA6B,4BAA6B;AAExE,iBAAiB,sBACf,oBACA,KACE,oCAEE,eAEA,iBACA,iBACA,qBAEN;CACE,cAAc,eAAe;CAC7B,mBAAmB,MAAM;CACzB,QAAQ;CACR,QAAQ,uBAAuB;AAChC","names":[],"sources":["../../../../src/api/interface/InterfaceType.ts"],"version":3,"file":"InterfaceType.d.ts"}
1
+ {"mappings":"AAgBA,cACE,qBACA,0CACK,uBAAwB;AAC/B,cAAc,0BAA0B,iCAAkC;AAC1E,cAAc,8BAA8B,qCAAsC;AAClF,cACE,uBACA,mCACK,4BAA6B;AAEpC,iBAAiB,sBACf,oBACA,KACE,oCAEE,eAEA,iBACA,iBACA,qBAEN;CACE,cAAc,eAAe;CAC7B,cAAc,eAAe;CAC7B,mBAAmB,MAAM;CACzB,QAAQ;CACR,QAAQ,uBAAuB;AAChC","names":[],"sources":["../../../../src/api/interface/InterfaceType.ts"],"version":3,"file":"InterfaceType.d.ts"}
@@ -1,3 +1,3 @@
1
- import type { InterfacePropertyType } from "./InterfacePropertyType.js";
1
+ import { type InterfacePropertyType } from "./InterfacePropertyType.js";
2
2
  import type { InterfaceType } from "./InterfaceType.js";
3
3
  export declare function getFlattenedInterfaceProperties(interfaceType: InterfaceType): Record<string, InterfacePropertyType>;
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAAc,6BAA6B,4BAA6B;AACxE,cAAc,qBAAqB,oBAAqB;AAExD,OAAO,iBAAS,gCACdA,eAAe,gBACd,eAAe","names":["interfaceType: InterfaceType"],"sources":["../../../../src/api/interface/getFlattenedInterfaceProperties.ts"],"version":3,"file":"getFlattenedInterfaceProperties.d.ts"}
1
+ {"mappings":"AAgBA,cACO,6BAEA,4BAA6B;AACpC,cAAc,qBAAqB,oBAAqB;AAExD,OAAO,iBAAS,gCACdA,eAAe,gBACd,eAAe","names":["interfaceType: InterfaceType"],"sources":["../../../../src/api/interface/getFlattenedInterfaceProperties.ts"],"version":3,"file":"getFlattenedInterfaceProperties.d.ts"}
@@ -26,4 +26,5 @@ export interface ObjectTypeInner extends Omit<OntologyIrObjectType, "titleProper
26
26
  visibility: Visibility;
27
27
  editsEnabled: boolean;
28
28
  status?: ObjectTypeStatus;
29
+ aliases?: Array<string>;
29
30
  }
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAAc,sBAAsB,kBAAkB,uBAAwB;AAC9E,cAAc,sBAAsB,8BAA+B;AACnE,cAAc,qBAAqB,6BAA8B;AACjE,cAAc,0BAA0B,iCAAkC;AAC1E,cAAc,8BAA8B,qCAAsC;AAClF,cAAc,+BAA+B,8BAA+B;AAC5E,cAAc,0BAA0B,yBAA0B;AAClE,cAAc,sCAAsC,qCAAsC;AAC1F,cAAc,wBAAwB,uBAAwB;AAE9D,YAAY,aACR,qBACA,eACA,QAAQ,kBACN,YACA,8BACA,gBACA,sBACA,0BAEF;CACA,cAAc,MAAM;CACpB,QAAQ,uBAAuB;AAChC;AAEH,iBAAiB,wBACf,KACE,sBACE,yBACA,kBACA,4BACA,0BACA,oBACA,gBACA,UAEN;CACE;CACA,YAAY,MAAM;CAClB;CACA,sBAAsB,MAAM;CAC5B;CACA,MAAM;EAAE,SAAS;EAAe;CAAe;CAC/C;CACA;CACA,YAAY;CACZ;CACA,SAAS;AACV","names":[],"sources":["../../../../src/api/object/ObjectType.ts"],"version":3,"file":"ObjectType.d.ts"}
1
+ {"mappings":"AAgBA,cAAc,sBAAsB,kBAAkB,uBAAwB;AAC9E,cAAc,sBAAsB,8BAA+B;AACnE,cAAc,qBAAqB,6BAA8B;AACjE,cAAc,0BAA0B,iCAAkC;AAC1E,cAAc,8BAA8B,qCAAsC;AAClF,cAAc,+BAA+B,8BAA+B;AAC5E,cAAc,0BAA0B,yBAA0B;AAClE,cAAc,sCAAsC,qCAAsC;AAC1F,cAAc,wBAAwB,uBAAwB;AAE9D,YAAY,aACR,qBACA,eACA,QAAQ,kBACN,YACA,8BACA,gBACA,sBACA,0BAEF;CACA,cAAc,MAAM;CACpB,QAAQ,uBAAuB;AAChC;AAEH,iBAAiB,wBACf,KACE,sBACE,yBACA,kBACA,4BACA,0BACA,oBACA,gBACA,UAEN;CACE;CACA,YAAY,MAAM;CAClB;CACA,sBAAsB,MAAM;CAC5B;CACA,MAAM;EAAE,SAAS;EAAe;CAAe;CAC/C;CACA;CACA,YAAY;CACZ;CACA,SAAS;CACT,UAAU;AACX","names":[],"sources":["../../../../src/api/object/ObjectType.ts"],"version":3,"file":"ObjectType.d.ts"}
@@ -23,4 +23,5 @@ export type ObjectTypeDefinition = {
23
23
  editsEnabled?: boolean
24
24
  status?: ObjectTypeStatus
25
25
  datasources?: Array<ObjectTypeDatasourceDefinition>
26
+ aliases?: Array<string>
26
27
  };
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAAc,kBAAkB,uBAAwB;AACxD,cAAc,qBAAqB,6BAA8B;AACjE,cAAc,+BAA+B,8BAA+B;AAC5E,cAAc,wCAAwC,uCAAwC;AAC9F,cAAc,sCAAsC,qCAAsC;AAC1F,cAAc,wBAAwB,uBAAwB;AAE9D,YAAY,uBAAuB;CACjC;CACA;CACA;CACA;CACA;CACA,aAAa;iBAAiB;CAAkC;CAChE,uBAAuB,MAAM;CAC7B;CACA,OAAO;EAAE,SAAS;EAAe;CAAe;CAChD,aAAa;CACb;CACA,SAAS;CACT,cAAc,MAAM;AACrB","names":[],"sources":["../../../../src/api/object/ObjectTypeDefinition.ts"],"version":3,"file":"ObjectTypeDefinition.d.ts"}
1
+ {"mappings":"AAgBA,cAAc,kBAAkB,uBAAwB;AACxD,cAAc,qBAAqB,6BAA8B;AACjE,cAAc,+BAA+B,8BAA+B;AAC5E,cAAc,wCAAwC,uCAAwC;AAC9F,cAAc,sCAAsC,qCAAsC;AAC1F,cAAc,wBAAwB,uBAAwB;AAE9D,YAAY,uBAAuB;CACjC;CACA;CACA;CACA;CACA;CACA,aAAa;iBAAiB;CAAkC;CAChE,uBAAuB,MAAM;CAC7B;CACA,OAAO;EAAE,SAAS;EAAe;CAAe;CAChD,aAAa;CACb;CACA,SAAS;CACT,cAAc,MAAM;CACpB,UAAU;AACX","names":[],"sources":["../../../../src/api/object/ObjectTypeDefinition.ts"],"version":3,"file":"ObjectTypeDefinition.d.ts"}
@@ -36,5 +36,6 @@ type Optional<
36
36
  > = Pick<Partial<T>, K> & Omit<T, K>;
37
37
  export interface StructPropertyType extends Optional<Omit<StructFieldType, "fieldType" | "structFieldRid" | "apiName">, "typeClasses" | "aliases"> {
38
38
  fieldType: PropertyTypeTypesWithoutStruct;
39
+ requireImplementation?: boolean;
39
40
  }
40
41
  export {};
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAAc,uBAAuB,uBAAwB;AAE7D,YAAY,mBACR,4BACA;AAEJ,YAAY,4BACR,YACA,SACA,SACA,YACA,WACA,UACA,YACA,SACA,UACA,WACA;AAEJ,YAAY,yBACR,aACA,aACA,mBACA,kBACA,0BACA,yBACA,yBACA;KAEC,0BAA0B;CAC7B,MAAM;CACN,aAAa,cAAc;CAC3B;AACD;AAED,YAAY,yBAAyB;CACnC,MAAM;CACN,kBAAkB;sBAEZ,qBACA,QAAQ,gCAAgC;CAC7C;AACF;KAEI,yBAAyB;CAC5B,MAAM;CACN;CACA;CACA;CACA;CACA;AACD;KAEI,0BAA0B;CAC7B,MAAM;CACN;CACA;AACD;AAED,YAAY,iCAAiC,QAC3C,kBACA;AAEF,OAAO,iBAAS,mBACdA,GAAG,mBACF,KAAK;AASR,OAAO,iBAAS,SACdC,MAAM,+BACL,QAAQ;AAaX,OAAO,iBAAS,SACdC,MAAM,mBACL,QAAQ;KAIN;CAAS;CAAG,gBAAgB;IAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,GAAG;AAEpE,iBAAiB,2BACf,SACE,KACE,iBACA,cAAc,mBAAmB,YAEnC,gBAAgB,WAEpB;CACE,WAAW;AACZ","names":["v: PropertyTypeType","type: PropertyTypeType | undefined","type: PropertyTypeType"],"sources":["../../../../src/api/properties/PropertyTypeType.ts"],"version":3,"file":"PropertyTypeType.d.ts"}
1
+ {"mappings":"AAgBA,cAAc,uBAAuB,uBAAwB;AAE7D,YAAY,mBACR,4BACA;AAEJ,YAAY,4BACR,YACA,SACA,SACA,YACA,WACA,UACA,YACA,SACA,UACA,WACA;AAEJ,YAAY,yBACR,aACA,aACA,mBACA,kBACA,0BACA,yBACA,yBACA;KAEC,0BAA0B;CAC7B,MAAM;CACN,aAAa,cAAc;CAC3B;AACD;AAED,YAAY,yBAAyB;CACnC,MAAM;CACN,kBAAkB;sBAEZ,qBACA,QAAQ,gCAAgC;CAC7C;AACF;KAEI,yBAAyB;CAC5B,MAAM;CACN;CACA;CACA;CACA;CACA;AACD;KAEI,0BAA0B;CAC7B,MAAM;CACN;CACA;AACD;AAED,YAAY,iCAAiC,QAC3C,kBACA;AAEF,OAAO,iBAAS,mBACdA,GAAG,mBACF,KAAK;AASR,OAAO,iBAAS,SACdC,MAAM,+BACL,QAAQ;AAeX,OAAO,iBAAS,SACdC,MAAM,mBACL,QAAQ;KAIN;CAAS;CAAG,gBAAgB;IAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,GAAG;AAEpE,iBAAiB,2BACf,SACE,KACE,iBACA,cAAc,mBAAmB,YAEnC,gBAAgB,WAEpB;CACE,WAAW;CACX;AACD","names":["v: PropertyTypeType","type: PropertyTypeType | undefined","type: PropertyTypeType"],"sources":["../../../../src/api/properties/PropertyTypeType.ts"],"version":3,"file":"PropertyTypeType.d.ts"}
@@ -7,6 +7,7 @@ import type { PropertyTypeType } from "./PropertyTypeType.js";
7
7
  export interface SharedPropertyType extends OntologyEntityBase, PropertyType {
8
8
  apiName: string;
9
9
  nonNameSpacedApiName: string;
10
+ aliases?: Array<string>;
10
11
  gothamMapping?: SharedPropertyTypeGothamMapping;
11
12
  baseFormatter?: OntologyIrBaseFormatter;
12
13
  __type: OntologyEntityTypeEnum.SHARED_PROPERTY_TYPE;
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cACE,yBACA,0CACA,iCACA,kBACK,uBAAwB;AAC/B,cAAc,0BAA0B,iCAAkC;AAC1E,cAAc,8BAA8B,qCAAsC;AAClF,cAAc,iBAAiB,wBAAyB;AACxD,cAAc,mBAAmB,kBAAmB;AACpD,cAAc,wBAAwB,uBAAwB;AAE9D,iBAAiB,2BAA2B,oBAAoB,aAAa;CAC3E;CACA;CACA,gBAAgB;CAChB,gBAAgB;CAChB,QAAQ,uBAAuB;AAChC;AACD,iBAAiB,aAAa;CAC5B,MAAM;CACN;CACA;CACA;CACA,YAAY;CACZ,aAAa;CACb,cAAc;CACd,cAAc;AACf","names":[],"sources":["../../../../src/api/properties/SharedPropertyType.ts"],"version":3,"file":"SharedPropertyType.d.ts"}
1
+ {"mappings":"AAgBA,cACE,yBACA,0CACA,iCACA,kBACK,uBAAwB;AAC/B,cAAc,0BAA0B,iCAAkC;AAC1E,cAAc,8BAA8B,qCAAsC;AAClF,cAAc,iBAAiB,wBAAyB;AACxD,cAAc,mBAAmB,kBAAmB;AACpD,cAAc,wBAAwB,uBAAwB;AAE9D,iBAAiB,2BAA2B,oBAAoB,aAAa;CAC3E;CACA;CACA,UAAU;CACV,gBAAgB;CAChB,gBAAgB;CAChB,QAAQ,uBAAuB;AAChC;AACD,iBAAiB,aAAa;CAC5B,MAAM;CACN;CACA;CACA;CACA,YAAY;CACZ,aAAa;CACb,cAAc;CACd,cAAc;AACf","names":[],"sources":["../../../../src/api/properties/SharedPropertyType.ts"],"version":3,"file":"SharedPropertyType.d.ts"}
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAAc,0CAA0C,uBAAwB;AAChF,cAAc,qBAAqB,sCAAuC;AAG1E,OAAO,iBAAS,iBACdA,eAAe,gBACd","names":["interfaceType: InterfaceType"],"sources":["../../../../src/conversion/toMarketplace/convertInterface.ts"],"version":3,"file":"convertInterface.d.ts"}
1
+ {"mappings":"AAgBA,cAAc,0CAA0C,uBAAwB;AAChF,cAAc,qBAAqB,sCAAuC;AAI1E,OAAO,iBAAS,iBACdA,eAAe,gBACd","names":["interfaceType: InterfaceType"],"sources":["../../../../src/conversion/toMarketplace/convertInterface.ts"],"version":3,"file":"convertInterface.d.ts"}
@@ -0,0 +1,3 @@
1
+ import type { OntologyIrMarketplaceInterfacePropertyType } from "@osdk/client.unstable";
2
+ import { type InterfacePropertyType } from "../../api/interface/InterfacePropertyType.js";
3
+ export declare function convertInterfaceProperty(prop: InterfacePropertyType, apiName: string): [string, OntologyIrMarketplaceInterfacePropertyType];
@@ -0,0 +1 @@
1
+ {"mappings":"AAgBA,cAAc,kDAAkD,uBAAwB;AACxF,cACO,6BAEA,8CAA+C;AAKtD,OAAO,iBAAS,yBACdA,MAAM,uBACNC,2BACU","names":["prop: InterfacePropertyType","apiName: string"],"sources":["../../../../src/conversion/toMarketplace/convertInterfacePropertyType.ts"],"version":3,"file":"convertInterfacePropertyType.d.ts"}
@@ -1,3 +1,4 @@
1
- import type { OntologyIrLogicRuleValue } from "@osdk/client.unstable";
1
+ import type { OntologyIrInterfacePropertyLogicRuleValue, OntologyIrLogicRuleValue } from "@osdk/client.unstable";
2
2
  import type { MappingValue } from "../../api/action/MappingValue.js";
3
+ export declare function convertInterfacePropertyMappingValue(value: MappingValue): OntologyIrInterfacePropertyLogicRuleValue;
3
4
  export declare function convertMappingValue(value: MappingValue): OntologyIrLogicRuleValue;
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAAc,gCAAgC,uBAAwB;AAEtE,cAAc,oBAAoB,kCAAmC;AAErE,OAAO,iBAAS,oBACdA,OAAO,eACN","names":["value: MappingValue"],"sources":["../../../../src/conversion/toMarketplace/convertMappingValue.ts"],"version":3,"file":"convertMappingValue.d.ts"}
1
+ {"mappings":"AAgBA,cACE,2CACA,gCACK,uBAAwB;AAE/B,cAAc,oBAAoB,kCAAmC;AAErE,OAAO,iBAAS,qCACdA,OAAO,eACN;AAoCH,OAAO,iBAAS,oBACdA,OAAO,eACN","names":["value: MappingValue"],"sources":["../../../../src/conversion/toMarketplace/convertMappingValue.ts"],"version":3,"file":"convertMappingValue.d.ts"}
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAGE,iCACA,sCAGK,uBAAwB;AAO/B,cAAc,0BAA0B,wCAAyC;AACjF,cAAc,kBAAkB,gCAAiC;AASjE,OAAO,iBAAS,cACdA,YAAY,aACX;;;;AA0FH,OAAO,iBAAS,qBACdC,YAAY,sBACZC,aAAa,SAAS;AAexB,OAAO,iBAAS,0BACdC,UAAU,oBACVC,4BACC","names":["objectType: ObjectType","properties: ObjectPropertyType[]","markingType: \"CBAC\" | \"MANDATORY\"","property: ObjectPropertyType","objectTypeApiName: string"],"sources":["../../../../src/conversion/toMarketplace/convertObject.ts"],"version":3,"file":"convertObject.d.ts"}
1
+ {"mappings":"AAgBA,cAGE,iCACA,sCAGK,uBAAwB;AAO/B,cAAc,0BAA0B,wCAAyC;AACjF,cAAc,kBAAkB,gCAAiC;AASjE,OAAO,iBAAS,cACdA,YAAY,aACX;;;;AA6FH,OAAO,iBAAS,qBACdC,YAAY,sBACZC,aAAa,SAAS;AAexB,OAAO,iBAAS,0BACdC,UAAU,oBACVC,4BACC","names":["objectType: ObjectType","properties: ObjectPropertyType[]","markingType: \"CBAC\" | \"MANDATORY\"","property: ObjectPropertyType","objectTypeApiName: string"],"sources":["../../../../src/conversion/toMarketplace/convertObject.ts"],"version":3,"file":"convertObject.d.ts"}
@@ -1,3 +1,3 @@
1
1
  import type { OntologyIrSharedPropertyType } from "@osdk/client.unstable";
2
2
  import type { SharedPropertyType } from "../../api/properties/SharedPropertyType.js";
3
- export declare function convertSpt({ type, array, description, apiName, displayName, visibility, gothamMapping, typeClasses, valueType, nullability, baseFormatter }: SharedPropertyType): OntologyIrSharedPropertyType;
3
+ export declare function convertSpt({ type, array, description, apiName, displayName, visibility, gothamMapping, typeClasses, aliases, valueType, nullability, baseFormatter }: SharedPropertyType): OntologyIrSharedPropertyType;
@@ -1 +1 @@
1
- {"mappings":"AAgBA,cAAc,oCAAoC,uBAAwB;AAC1E,cAAc,0BAA0B,4CAA6C;AAIrF,OAAO,iBAAS,WACd,EACE,MACA,OACA,aACA,SACA,aACA,YACA,eACA,aACA,WACA,aACA,eACmB,EAAlB,qBACF","names":[],"sources":["../../../../src/conversion/toMarketplace/convertSpt.ts"],"version":3,"file":"convertSpt.d.ts"}
1
+ {"mappings":"AAgBA,cAAc,oCAAoC,uBAAwB;AAC1E,cAAc,0BAA0B,4CAA6C;AAIrF,OAAO,iBAAS,WACd,EACE,MACA,OACA,aACA,SACA,aACA,YACA,eACA,aACA,SACA,WACA,aACA,eACmB,EAAlB,qBACF","names":[],"sources":["../../../../src/conversion/toMarketplace/convertSpt.ts"],"version":3,"file":"convertSpt.d.ts"}
@@ -0,0 +1,3 @@
1
+ import type { OntologyIrInterfacePropertyTypeType } from "@osdk/client.unstable";
2
+ import type { PropertyTypeType } from "../../api/properties/PropertyTypeType.js";
3
+ export declare function propertyTypeTypeToOntologyIrInterfaceType(type: PropertyTypeType): OntologyIrInterfacePropertyTypeType;
@@ -0,0 +1 @@
1
+ {"mappings":"AAgBA,cACE,2CAEK,uBAAwB;AAC/B,cACE,wBACK,0CAA2C;AAGlD,OAAO,iBAAS,0CACdA,MAAM,mBACL","names":["type: PropertyTypeType"],"sources":["../../../../src/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.ts"],"version":3,"file":"propertyTypeTypeToOntologyIrInterfaceType.d.ts"}
@@ -28,6 +28,7 @@ export { defineSharedPropertyType } from "./api/defineSpt.js";
28
28
  export { defineValueType } from "./api/defineValueType.js";
29
29
  export { importOntologyEntity } from "./api/importOntologyEntity.js";
30
30
  export { importSharedPropertyType } from "./api/importSharedPropertyType.js";
31
+ export type { InterfaceDefinedProperty } from "./api/interface/InterfacePropertyType.js";
31
32
  export type { InterfaceType } from "./api/interface/InterfaceType.js";
32
33
  export type { LinkType } from "./api/links/LinkType.js";
33
34
  export type { ObjectPropertyType } from "./api/object/ObjectPropertyType.js";
@@ -1 +1 @@
1
- {"mappings":"AAgBA,SAAS,eAA0B;AAEnC,cAAc,iCAAiC;AAC/C,cACE,oCACK;AACP,cAAc,0CAA0C;AACxD,cAAc,oCAAoC;AAClD,cAAc,qBAAqB;AACnC,cAAc,kBAAkB;AAChC,cAAc,2BAA2B;AACzC,cACE,yBACA,yBACA,eACA,cACA,wBACK;AACP,cAAc,kCAAkC;AAChD,cAAc,0BAA0B;AACxC,SAAS,qBAAqB;AAC9B,SAAS,8BAA8B;AACvC,SACE,mCACA,mCACA,cACA,yBACA,mCACA,+BACK;AACP,SAAS,yCAAyC;AAClD,SAAS,gCAAgC;AACzC,SAAS,wCAAwC;AACjD,SAAS,yCAAyC;AAClD,SAAS,gCAAgC;AACzC,SAAS,uBAAuB;AAChC,SAAS,qCAAqC;AAC9C,SAAS,kBAAkB;AAC3B,SAAS,yCAAyC;AAClD,SAAS,gCAAgC;AACzC,SACE,4BACA,cACA,wBAAwB,4BACnB;AACP,SACE,oBACA,gBACA,gCACK;AACP,SAAS,gCAAgC;AACzC,SAAS,uBAAuB;AAChC,SAAS,4BAA4B;AACrC,SAAS,gCAAgC;AACzC,cAAc,qBAAqB;AACnC,cAAc,gBAAgB;AAC9B,cAAc,0BAA0B;AACxC,cAAc,kBAAkB;AAChC,cAAc,wBAAwB;AACtC,cAAc,0BAA0B;AACxC,cAAc,kCAAkC;AAChD,SAAS,qBAAqB;AAC9B,SAAS,oCAAoC,mBAAmB","names":[],"sources":["../../src/index.ts"],"version":3,"file":"index.d.ts"}
1
+ {"mappings":"AAgBA,SAAS,eAA0B;AAEnC,cAAc,iCAAiC;AAC/C,cACE,oCACK;AACP,cAAc,0CAA0C;AACxD,cAAc,oCAAoC;AAClD,cAAc,qBAAqB;AACnC,cAAc,kBAAkB;AAChC,cAAc,2BAA2B;AACzC,cACE,yBACA,yBACA,eACA,cACA,wBACK;AACP,cAAc,kCAAkC;AAChD,cAAc,0BAA0B;AACxC,SAAS,qBAAqB;AAC9B,SAAS,8BAA8B;AACvC,SACE,mCACA,mCACA,cACA,yBACA,mCACA,+BACK;AACP,SAAS,yCAAyC;AAClD,SAAS,gCAAgC;AACzC,SAAS,wCAAwC;AACjD,SAAS,yCAAyC;AAClD,SAAS,gCAAgC;AACzC,SAAS,uBAAuB;AAChC,SAAS,qCAAqC;AAC9C,SAAS,kBAAkB;AAC3B,SAAS,yCAAyC;AAClD,SAAS,gCAAgC;AACzC,SACE,4BACA,cACA,wBAAwB,4BACnB;AACP,SACE,oBACA,gBACA,gCACK;AACP,SAAS,gCAAgC;AACzC,SAAS,uBAAuB;AAChC,SAAS,4BAA4B;AACrC,SAAS,gCAAgC;AACzC,cAAc,gCAAgC;AAC9C,cAAc,qBAAqB;AACnC,cAAc,gBAAgB;AAC9B,cAAc,0BAA0B;AACxC,cAAc,kBAAkB;AAChC,cAAc,wBAAwB;AACtC,cAAc,0BAA0B;AACxC,cAAc,kCAAkC;AAChD,SAAS,qBAAqB;AAC9B,SAAS,oCAAoC,mBAAmB","names":[],"sources":["../../src/index.ts"],"version":3,"file":"index.d.ts"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/maker",
3
- "version": "0.15.0-beta.5",
3
+ "version": "0.15.0-beta.7",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,7 +35,7 @@
35
35
  "tiny-invariant": "^1.3.3",
36
36
  "ts-node": "^10.9.2",
37
37
  "yargs": "^17.7.2",
38
- "@osdk/api": "~2.7.0-beta.6"
38
+ "@osdk/api": "~2.7.0-beta.9"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/mustache": "^4.2.6",
@@ -43,9 +43,9 @@
43
43
  "@types/yargs": "^17.0.33",
44
44
  "typescript": "~5.5.4",
45
45
  "vitest": "^3.2.4",
46
- "@osdk/client.unstable": "~2.7.0-beta.6",
47
46
  "@osdk/monorepo.api-extractor": "~0.6.0-beta.1",
48
- "@osdk/monorepo.tsconfig": "~0.6.0-beta.1"
47
+ "@osdk/monorepo.tsconfig": "~0.6.0-beta.1",
48
+ "@osdk/client.unstable": "~2.7.0-beta.9"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"