@pax2pay/model-banking 0.1.482 → 0.1.483

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/Identity.ts CHANGED
@@ -124,7 +124,7 @@ export namespace Identity {
124
124
  organization?: string
125
125
  }
126
126
  export type Notify = {
127
- slack: slackly.Connection<["notifications", ...string[]]>
127
+ slack: slackly.Connection<"notifications">
128
128
  endpoint: string
129
129
  method: string
130
130
  }
@@ -32,7 +32,7 @@ export declare namespace Identity {
32
32
  organization?: string;
33
33
  }
34
34
  type Notify = {
35
- slack: slackly.Connection<["notifications", ...string[]]>;
35
+ slack: slackly.Connection<"notifications">;
36
36
  endpoint: string;
37
37
  method: string;
38
38
  };
@@ -32,7 +32,7 @@ export declare namespace Identity {
32
32
  organization?: string;
33
33
  }
34
34
  type Notify = {
35
- slack: slackly.Connection<["notifications", ...string[]]>;
35
+ slack: slackly.Connection<"notifications">;
36
36
  endpoint: string;
37
37
  method: string;
38
38
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pax2pay/model-banking",
3
- "version": "0.1.482",
3
+ "version": "0.1.483",
4
4
  "description": "Library containing data model types and functions for the Pax2Pay Banking API.",
5
5
  "author": "Pax2Pay Ltd",
6
6
  "license": "MIT",
@@ -69,7 +69,7 @@
69
69
  "isoly": "3.0.6",
70
70
  "isoly2": "npm:isoly@3.0.7-alpha.10",
71
71
  "selectively": "^2.0.15",
72
- "slackly": "^0.0.5",
72
+ "slackly": "0.0.6",
73
73
  "typedly": "0.0.26"
74
74
  }
75
75
  }