@periskope/types 0.6.112 → 0.6.114

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.
@@ -1713,7 +1713,6 @@ export type Database = {
1713
1713
  Args: {
1714
1714
  org_id_input: string;
1715
1715
  contact_ids_input?: string[];
1716
- with_name?: boolean;
1717
1716
  sync_phone_contacts?: boolean;
1718
1717
  search_input?: string;
1719
1718
  label_ids_input?: string[];
package/dist/types.d.ts CHANGED
@@ -180,7 +180,7 @@ export type NotificationType = Tables<'tbl_chat_notifications'>;
180
180
  export type ChatAccessType = Merge<Partial<Tables<'tbl_chat_access'>>, Tables<'tbl_org_members'>>;
181
181
  export declare const labelColors: string[];
182
182
  export declare const enumChatColors: readonly ["#B4876E", "#A5B337", "#06CF9C", "#25D366", "#02A698", "#7D9EF1", "#007BFC", "#5E47DE", "#7F66FF", "#9333EA", "#FA6533", "#C4532D", "#DC2626", "#FF2E74", "#DB2777"];
183
- export declare const SUPPORTED_TYPES: readonly ["chat", "sticker", "image", "video", "document", "vcard", "multi_vcard", "audio", "ptt", "poll_creation", "location"];
183
+ export declare const SUPPORTED_TYPES: readonly ["chat", "sticker", "image", "video", "document", "vcard", "multi_vcard", "audio", "ptt", "poll_creation", "location", "ciphertext"];
184
184
  export type SendMessageContent = {
185
185
  message_type?: (typeof SUPPORTED_TYPES)[number];
186
186
  body?: string;
package/dist/types.js CHANGED
@@ -54,6 +54,7 @@ exports.SUPPORTED_TYPES = [
54
54
  'ptt',
55
55
  'poll_creation',
56
56
  'location',
57
+ 'ciphertext'
57
58
  ];
58
59
  var IntegrationLogType;
59
60
  (function (IntegrationLogType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@periskope/types",
3
- "version": "0.6.112",
3
+ "version": "0.6.114",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",