@prismatic-io/prism 9.4.0 → 9.4.1
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/lib/index.js +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -80142,7 +80142,7 @@ If you are managing your integration via git, feel free to add this to your .git
|
|
|
80142
80142
|
}
|
|
80143
80143
|
}
|
|
80144
80144
|
}
|
|
80145
|
-
`,variables:{instanceId:n,flowConfigs:t}});if(r.updateInstance.errors?.length)throw Error(`Failed to set test API keys: ${r.updateInstance.errors.map((u)=>u.messages.join(", ")).join("; ")}`)},K8i=async()=>{if(!await mN("index.js"))await rti("Code Native Integration");if(!await mN("index.js"))gNn.ux.error("Failed to find 'index.js' entrypoint file. Is the current path a Code Native Integration?",{exit:1});let n=process.cwd(),t=nna(n,"./index.js"),{default:r}=ina(t);return{integrationDefinition:r.codeNativeIntegrationYAML,componentDefinition:r,publishingMetadata:r.publishingMetadata}},gMt=async(n,t,r=0,u=10)=>{
|
|
80145
|
+
`,variables:{instanceId:n,flowConfigs:t}});if(r.updateInstance.errors?.length)throw Error(`Failed to set test API keys: ${r.updateInstance.errors.map((u)=>u.messages.join(", ")).join("; ")}`)},K8i=async()=>{if(!await mN("index.js"))await rti("Code Native Integration");if(!await mN("index.js"))gNn.ux.error("Failed to find 'index.js' entrypoint file. Is the current path a Code Native Integration?",{exit:1});let n=process.cwd(),t=nna(n,"./index.js"),{default:r}=ina(t);return{integrationDefinition:r.codeNativeIntegrationYAML,componentDefinition:r,publishingMetadata:r.publishingMetadata}},gMt=async(n,t,r=0,u=10)=>{if((await nc({document:$c`
|
|
80146
80146
|
query component($componentKey: String!, $versionNumber: Int!) {
|
|
80147
80147
|
components(
|
|
80148
80148
|
key: $componentKey
|
|
@@ -80151,11 +80151,11 @@ If you are managing your integration via git, feel free to add this to your .git
|
|
|
80151
80151
|
includeComponentsForCodeNativeIntegrations: true
|
|
80152
80152
|
) {
|
|
80153
80153
|
nodes {
|
|
80154
|
-
|
|
80154
|
+
id
|
|
80155
80155
|
}
|
|
80156
80156
|
}
|
|
80157
80157
|
}
|
|
80158
|
-
`,variables:{componentKey:n,versionNumber:t}})
|
|
80158
|
+
`,variables:{componentKey:n,versionNumber:t}})).components.nodes.length>0)return!0;else if(r<u)return await new Promise((l)=>setTimeout(l,1000)),gMt(n,t,r+1,u);return!1},EMt=async(n)=>{return(await nc({document:$c`
|
|
80159
80159
|
query integration($integrationId: ID!) {
|
|
80160
80160
|
integration(id: $integrationId) {
|
|
80161
80161
|
definition
|
package/oclif.manifest.json
CHANGED