@prismatic-io/prism 6.2.0 → 6.2.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 +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -32303,7 +32303,7 @@ For documentation on writing custom components, visit https://prismatic.io/docs/
|
|
|
32303
32303
|
}
|
|
32304
32304
|
}
|
|
32305
32305
|
}
|
|
32306
|
-
`,variables:{key:e.key,public:e.public??!1,customer:t}}),{components:{nodes:[{signature:s}={signature:null}]}}=a;return s===r?r:null};class xke extends Dke.Command{constructor(){super(...arguments)}static description="Generate a Component signature";static flags={customer:Dke.Flags.string({description:"ID of customer with which to associate the component"}),"skip-signature-verify":Dke.Flags.boolean({required:!1,description:"This consistently returns a signature, regardless of whether the corresponding component signature is actually present in the API or not."})};async run(){const{flags:{customer:e,"skip-signature-verify":t}}=await this.parse(xke),r=await mfe();await PQ0(r);const a=await SQ0(),s=await uQ0(),c=e??s.customer?.id,f=fzu.createHash("sha1").update(await qK.readFile(a)).digest("hex");if(t)return
|
|
32306
|
+
`,variables:{key:e.key,public:e.public??!1,customer:t}}),{components:{nodes:[{signature:s}={signature:null}]}}=a;return s===r?r:null};class xke extends Dke.Command{constructor(){super(...arguments)}static description="Generate a Component signature";static flags={customer:Dke.Flags.string({description:"ID of customer with which to associate the component"}),"skip-signature-verify":Dke.Flags.boolean({required:!1,description:"This consistently returns a signature, regardless of whether the corresponding component signature is actually present in the API or not."})};async run(){const{flags:{customer:e,"skip-signature-verify":t}}=await this.parse(xke),r=await mfe();await PQ0(r);const a=await SQ0(),s=await uQ0(),c=e??s.customer?.id,f=fzu.createHash("sha1").update(await qK.readFile(a)).digest("hex");if(t)return this.log(f);const x=await nFi({componentDefinition:r,customer:c,packageSignature:f});return this.log(x??"")}}var ZN0=a_(_6(),1);class wke extends ZN0.Command{constructor(){super(...arguments)}static description="List Triggers that Components implement";static flags={...ZN0.ux.table.flags(),public:ZN0.Flags.boolean({required:!1,description:"Show actions for the public component with the given key. Use this flag when you have a private component with the same key as a public component."}),private:ZN0.Flags.boolean({required:!1,description:"Show actions for the private component with the given key. Use this flag when you have a private component with the same key as a public component."})};static args={componentKey:ZN0.Args.string({name:"Component Key",required:!0,description:"The key of the component to show triggers for (e.g. 'salesforce')"})};async run(){const{flags:e,args:{componentKey:t}}=await this.parse(wke);let r=[],a,s=!0,c="";while(s){const{components:{nodes:[f]}}=await y_({document:f_`
|
|
32307
32307
|
query listComponentTriggers(
|
|
32308
32308
|
$componentKey: String
|
|
32309
32309
|
$after: String
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED