@shipfox/api-integration-webhook-dto 12.0.0 → 12.2.0

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.
@@ -1,2 +1,2 @@
1
1
  $ shipfox-swc
2
- Successfully compiled: 3 files with swc (114.72ms)
2
+ Successfully compiled: 3 files with swc (323.15ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @shipfox/api-integration-webhook-dto
2
2
 
3
+ ## 12.2.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7901a60]
8
+ - @shipfox/api-integration-core-dto@12.2.0
9
+
3
10
  ## 12.0.0
4
11
 
5
12
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- export declare const WEBHOOK_PROVIDER: "webhook";
2
- export declare const WEBHOOK_RECEIVED_EVENT: "received";
3
- export declare const WEBHOOK_RESERVED_SLUGS: readonly ["github", "gitea", "sentry", "manual", "cron"];
1
+ export declare const WEBHOOK_PROVIDER: 'webhook';
2
+ export declare const WEBHOOK_RECEIVED_EVENT: 'received';
3
+ export declare const WEBHOOK_RESERVED_SLUGS: readonly ['github', 'gitea', 'sentry', 'manual', 'cron'];
4
4
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,EAAG,SAAkB,CAAC;AACnD,eAAO,MAAM,sBAAsB,EAAG,UAAmB,CAAC;AAC1D,eAAO,MAAM,sBAAsB,0DAA2D,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,EAAG,SAAkB,CAAC;AACnD,eAAO,MAAM,sBAAsB,EAAG,UAAmB,CAAC;AAC1D,eAAO,MAAM,sBAAsB,YAAI,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,CAAU,CAAC"}
@@ -1,10 +1,10 @@
1
1
  export declare const webhookEventCatalog: {
2
- readonly provider: "Custom webhook";
2
+ readonly provider: 'Custom webhook';
3
3
  readonly events: readonly [{
4
4
  readonly name: "received";
5
- readonly summary: "A custom webhook request is accepted.";
6
- readonly emittedWhen: "Shipfox accepts a request at the integration connection ingest URL.";
7
- readonly payloadKind: "shipfox-normalized";
5
+ readonly summary: 'A custom webhook request is accepted.';
6
+ readonly emittedWhen: 'Shipfox accepts a request at the integration connection ingest URL.';
7
+ readonly payloadKind: 'shipfox-normalized';
8
8
  }];
9
9
  };
10
10
  //# sourceMappingURL=event-catalog.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"event-catalog.d.ts","sourceRoot":"","sources":["../src/event-catalog.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB;;;;;;;;CAUY,CAAC"}
1
+ {"version":3,"file":"event-catalog.d.ts","sourceRoot":"","sources":["../src/event-catalog.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB;uBACpB,gBAAgB;;;0BAIb,uCAAuC;8BACnC,qEAAqE;8BACrE,oBAAoB;;CAGK,CAAC"}
package/dist/index.d.ts CHANGED
@@ -21,9 +21,9 @@ export declare const webhookConnectionDtoSchema: z.ZodObject<{
21
21
  name: z.ZodString;
22
22
  slug: z.ZodString;
23
23
  lifecycle_status: z.ZodEnum<{
24
- error: "error";
25
24
  active: "active";
26
25
  disabled: "disabled";
26
+ error: "error";
27
27
  }>;
28
28
  inbound_url: z.ZodString;
29
29
  created_at: z.ZodString;
@@ -41,9 +41,9 @@ export declare const listWebhookConnectionsResponseSchema: z.ZodObject<{
41
41
  name: z.ZodString;
42
42
  slug: z.ZodString;
43
43
  lifecycle_status: z.ZodEnum<{
44
- error: "error";
45
44
  active: "active";
46
45
  disabled: "disabled";
46
+ error: "error";
47
47
  }>;
48
48
  inbound_url: z.ZodString;
49
49
  created_at: z.ZodString;