@periskope/types 0.6.167 → 0.6.168

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.
@@ -118,6 +118,7 @@ export interface Conditions {
118
118
  variables: string[];
119
119
  delay: `${number} ${'seconds' | 'minutes' | 'hours' | 'days'}`;
120
120
  org_phones: string[];
121
+ allow_messages_from_org_phones?: boolean;
121
122
  }
122
123
  export type SendMessageAction = {
123
124
  id: string;
package/index.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './rules.types';
2
- export * from './supabase.types';
3
- export * from './types';
1
+ export * from './rules.types';
2
+ export * from './supabase.types';
3
+ export * from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.167",
3
+ "version": "0.6.168",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",