@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.
- package/CHANGELOG.md +17 -0
- package/build/browser/api/action/ActionParameter.js.map +1 -1
- package/build/browser/api/action/ActionParameterConfiguration.js.map +1 -1
- package/build/browser/api/defineAction.js +65 -22
- package/build/browser/api/defineAction.js.map +1 -1
- package/build/browser/api/defineCreateInterfaceObjectAction.js +28 -8
- package/build/browser/api/defineCreateInterfaceObjectAction.js.map +1 -1
- package/build/browser/api/defineInterface.js +40 -34
- package/build/browser/api/defineInterface.js.map +1 -1
- package/build/browser/api/defineModifyInterfaceObjectAction.js +31 -8
- package/build/browser/api/defineModifyInterfaceObjectAction.js.map +1 -1
- package/build/browser/api/defineObject.js +53 -14
- package/build/browser/api/defineObject.js.map +1 -1
- package/build/browser/api/defineSpt.js.map +1 -1
- package/build/browser/api/interface/InterfacePropertyType.js +22 -1
- package/build/browser/api/interface/InterfacePropertyType.js.map +1 -1
- package/build/browser/api/interface/InterfaceType.js.map +1 -1
- package/build/browser/api/interface/getFlattenedInterfaceProperties.js +9 -3
- package/build/browser/api/interface/getFlattenedInterfaceProperties.js.map +1 -1
- package/build/browser/api/object/ObjectType.js.map +1 -1
- package/build/browser/api/object/ObjectTypeDefinition.js.map +1 -1
- package/build/browser/api/properties/PropertyTypeType.js +1 -1
- package/build/browser/api/properties/PropertyTypeType.js.map +1 -1
- package/build/browser/api/properties/SharedPropertyType.js.map +1 -1
- package/build/browser/api/test/actions.test.js +6105 -5850
- package/build/browser/api/test/actions.test.js.map +1 -1
- package/build/browser/api/test/interfaces.test.js +723 -470
- package/build/browser/api/test/interfaces.test.js.map +1 -1
- package/build/browser/api/test/links.test.js +1334 -1325
- package/build/browser/api/test/links.test.js.map +1 -1
- package/build/browser/api/test/misc.test.js +262 -11
- package/build/browser/api/test/misc.test.js.map +1 -1
- package/build/browser/api/test/objects.test.js +1872 -1412
- package/build/browser/api/test/objects.test.js.map +1 -1
- package/build/browser/api/test/spt.test.js +250 -103
- package/build/browser/api/test/spt.test.js.map +1 -1
- package/build/browser/cli/main.js +1 -1
- package/build/browser/conversion/toMarketplace/convertActionValidation.js +1 -1
- package/build/browser/conversion/toMarketplace/convertActionValidation.js.map +1 -1
- package/build/browser/conversion/toMarketplace/convertInterface.js +2 -2
- package/build/browser/conversion/toMarketplace/convertInterface.js.map +1 -1
- package/build/browser/conversion/toMarketplace/convertInterfacePropertyType.js +66 -0
- package/build/browser/conversion/toMarketplace/convertInterfacePropertyType.js.map +1 -0
- package/build/browser/conversion/toMarketplace/convertMappingValue.js +35 -0
- package/build/browser/conversion/toMarketplace/convertMappingValue.js.map +1 -1
- package/build/browser/conversion/toMarketplace/convertObject.js +4 -2
- package/build/browser/conversion/toMarketplace/convertObject.js.map +1 -1
- package/build/browser/conversion/toMarketplace/convertObjectPropertyType.js +2 -1
- package/build/browser/conversion/toMarketplace/convertObjectPropertyType.js.map +1 -1
- package/build/browser/conversion/toMarketplace/convertSpt.js +4 -2
- package/build/browser/conversion/toMarketplace/convertSpt.js.map +1 -1
- package/build/browser/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.js +143 -0
- package/build/browser/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.js.map +1 -0
- package/build/browser/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js +4 -0
- package/build/browser/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js.map +1 -1
- package/build/browser/index.js.map +1 -1
- package/build/cjs/index.cjs +417 -114
- package/build/cjs/index.cjs.map +1 -1
- package/build/cjs/index.d.cts +28 -13
- package/build/esm/api/action/ActionParameter.js.map +1 -1
- package/build/esm/api/action/ActionParameterConfiguration.js.map +1 -1
- package/build/esm/api/defineAction.js +65 -22
- package/build/esm/api/defineAction.js.map +1 -1
- package/build/esm/api/defineCreateInterfaceObjectAction.js +28 -8
- package/build/esm/api/defineCreateInterfaceObjectAction.js.map +1 -1
- package/build/esm/api/defineInterface.js +40 -34
- package/build/esm/api/defineInterface.js.map +1 -1
- package/build/esm/api/defineModifyInterfaceObjectAction.js +31 -8
- package/build/esm/api/defineModifyInterfaceObjectAction.js.map +1 -1
- package/build/esm/api/defineObject.js +53 -14
- package/build/esm/api/defineObject.js.map +1 -1
- package/build/esm/api/defineSpt.js.map +1 -1
- package/build/esm/api/interface/InterfacePropertyType.js +22 -1
- package/build/esm/api/interface/InterfacePropertyType.js.map +1 -1
- package/build/esm/api/interface/InterfaceType.js.map +1 -1
- package/build/esm/api/interface/getFlattenedInterfaceProperties.js +9 -3
- package/build/esm/api/interface/getFlattenedInterfaceProperties.js.map +1 -1
- package/build/esm/api/object/ObjectType.js.map +1 -1
- package/build/esm/api/object/ObjectTypeDefinition.js.map +1 -1
- package/build/esm/api/properties/PropertyTypeType.js +1 -1
- package/build/esm/api/properties/PropertyTypeType.js.map +1 -1
- package/build/esm/api/properties/SharedPropertyType.js.map +1 -1
- package/build/esm/api/test/actions.test.js +6105 -5850
- package/build/esm/api/test/actions.test.js.map +1 -1
- package/build/esm/api/test/interfaces.test.js +723 -470
- package/build/esm/api/test/interfaces.test.js.map +1 -1
- package/build/esm/api/test/links.test.js +1334 -1325
- package/build/esm/api/test/links.test.js.map +1 -1
- package/build/esm/api/test/misc.test.js +262 -11
- package/build/esm/api/test/misc.test.js.map +1 -1
- package/build/esm/api/test/objects.test.js +1872 -1412
- package/build/esm/api/test/objects.test.js.map +1 -1
- package/build/esm/api/test/spt.test.js +250 -103
- package/build/esm/api/test/spt.test.js.map +1 -1
- package/build/esm/cli/main.js +1 -1
- package/build/esm/conversion/toMarketplace/convertActionValidation.js +1 -1
- package/build/esm/conversion/toMarketplace/convertActionValidation.js.map +1 -1
- package/build/esm/conversion/toMarketplace/convertInterface.js +2 -2
- package/build/esm/conversion/toMarketplace/convertInterface.js.map +1 -1
- package/build/esm/conversion/toMarketplace/convertInterfacePropertyType.js +66 -0
- package/build/esm/conversion/toMarketplace/convertInterfacePropertyType.js.map +1 -0
- package/build/esm/conversion/toMarketplace/convertMappingValue.js +35 -0
- package/build/esm/conversion/toMarketplace/convertMappingValue.js.map +1 -1
- package/build/esm/conversion/toMarketplace/convertObject.js +4 -2
- package/build/esm/conversion/toMarketplace/convertObject.js.map +1 -1
- package/build/esm/conversion/toMarketplace/convertObjectPropertyType.js +2 -1
- package/build/esm/conversion/toMarketplace/convertObjectPropertyType.js.map +1 -1
- package/build/esm/conversion/toMarketplace/convertSpt.js +4 -2
- package/build/esm/conversion/toMarketplace/convertSpt.js.map +1 -1
- package/build/esm/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.js +143 -0
- package/build/esm/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.js.map +1 -0
- package/build/esm/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js +4 -0
- package/build/esm/conversion/toMarketplace/propertyTypeTypeToOntologyIrType.js.map +1 -1
- package/build/esm/index.js.map +1 -1
- package/build/types/api/action/ActionParameter.d.ts +2 -1
- package/build/types/api/action/ActionParameter.d.ts.map +1 -1
- package/build/types/api/action/ActionParameterConfiguration.d.ts +2 -1
- package/build/types/api/action/ActionParameterConfiguration.d.ts.map +1 -1
- package/build/types/api/defineAction.d.ts +4 -3
- package/build/types/api/defineAction.d.ts.map +1 -1
- package/build/types/api/defineCreateInterfaceObjectAction.d.ts.map +1 -1
- package/build/types/api/defineInterface.d.ts +5 -5
- package/build/types/api/defineInterface.d.ts.map +1 -1
- package/build/types/api/defineModifyInterfaceObjectAction.d.ts.map +1 -1
- package/build/types/api/defineObject.d.ts.map +1 -1
- package/build/types/api/defineSpt.d.ts +3 -0
- package/build/types/api/defineSpt.d.ts.map +1 -1
- package/build/types/api/interface/InterfacePropertyType.d.ts +12 -2
- package/build/types/api/interface/InterfacePropertyType.d.ts.map +1 -1
- package/build/types/api/interface/InterfaceType.d.ts +3 -2
- package/build/types/api/interface/InterfaceType.d.ts.map +1 -1
- package/build/types/api/interface/getFlattenedInterfaceProperties.d.ts +1 -1
- package/build/types/api/interface/getFlattenedInterfaceProperties.d.ts.map +1 -1
- package/build/types/api/object/ObjectType.d.ts +1 -0
- package/build/types/api/object/ObjectType.d.ts.map +1 -1
- package/build/types/api/object/ObjectTypeDefinition.d.ts +1 -0
- package/build/types/api/object/ObjectTypeDefinition.d.ts.map +1 -1
- package/build/types/api/properties/PropertyTypeType.d.ts +1 -0
- package/build/types/api/properties/PropertyTypeType.d.ts.map +1 -1
- package/build/types/api/properties/SharedPropertyType.d.ts +1 -0
- package/build/types/api/properties/SharedPropertyType.d.ts.map +1 -1
- package/build/types/conversion/toMarketplace/convertInterface.d.ts.map +1 -1
- package/build/types/conversion/toMarketplace/convertInterfacePropertyType.d.ts +3 -0
- package/build/types/conversion/toMarketplace/convertInterfacePropertyType.d.ts.map +1 -0
- package/build/types/conversion/toMarketplace/convertMappingValue.d.ts +2 -1
- package/build/types/conversion/toMarketplace/convertMappingValue.d.ts.map +1 -1
- package/build/types/conversion/toMarketplace/convertObject.d.ts.map +1 -1
- package/build/types/conversion/toMarketplace/convertSpt.d.ts +1 -1
- package/build/types/conversion/toMarketplace/convertSpt.d.ts.map +1 -1
- package/build/types/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.d.ts +3 -0
- package/build/types/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.d.ts.map +1 -0
- package/build/types/index.d.ts +1 -0
- package/build/types/index.d.ts.map +1 -1
- package/package.json +4 -4
package/build/esm/index.js.map
CHANGED
|
@@ -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;
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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":"
|
|
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 |
|
|
15
|
-
type
|
|
14
|
+
type PropertyBase = SharedPropertyType | InterfaceDefinedProperty;
|
|
15
|
+
type SptWithOptional = {
|
|
16
16
|
required: boolean
|
|
17
|
-
|
|
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 |
|
|
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;
|
|
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":"
|
|
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":"
|
|
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 {
|
|
2
|
-
|
|
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,
|
|
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,
|
|
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,
|
|
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
|
|
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,
|
|
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"}
|
|
@@ -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;
|
|
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"}
|
|
@@ -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;
|
|
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;
|
|
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;
|
|
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,
|
|
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;;;;
|
|
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;
|
package/build/types/conversion/toMarketplace/propertyTypeTypeToOntologyIrInterfaceType.d.ts.map
ADDED
|
@@ -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"}
|
package/build/types/index.d.ts
CHANGED
|
@@ -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.
|
|
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.
|
|
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"
|