@saasquatch/program-boilerplate 3.10.2-0 → 3.10.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/dist/utils.d.ts +1 -1
- package/dist/utils.js +1 -1
- package/package.json +1 -1
package/dist/utils.d.ts
CHANGED
|
@@ -72,7 +72,7 @@ export declare function numToEquality(num: number): string;
|
|
|
72
72
|
/**
|
|
73
73
|
* Converts a trigger context into the relevant information for the specified trigger type.
|
|
74
74
|
* @param body the body of the trigger
|
|
75
|
-
* @return
|
|
75
|
+
* @return TriggerSchemaObject[] The transformed data that is relevant for the trigger type
|
|
76
76
|
*/
|
|
77
77
|
export declare function getTriggerSchema(body: ProgramTriggerBody): TriggerSchemaObject[];
|
|
78
78
|
/**
|
package/dist/utils.js
CHANGED
|
@@ -169,7 +169,7 @@ function numToEquality(num) {
|
|
|
169
169
|
/**
|
|
170
170
|
* Converts a trigger context into the relevant information for the specified trigger type.
|
|
171
171
|
* @param body the body of the trigger
|
|
172
|
-
* @return
|
|
172
|
+
* @return TriggerSchemaObject[] The transformed data that is relevant for the trigger type
|
|
173
173
|
*/
|
|
174
174
|
function getTriggerSchema(body) {
|
|
175
175
|
var _a;
|