@shipfox/api-integration-github-dto 9.0.2 → 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: 5 files with swc (298.05ms)
2
+ Successfully compiled: 5 files with swc (380.79ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @shipfox/api-integration-github-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
+
10
+ ## 12.0.0
11
+
12
+ ### Patch Changes
13
+
14
+ - 869a792: Refresh source-backed project repository identity from GitHub repository and installation-repository events.
15
+ - Updated dependencies [f13e8bb]
16
+ - Updated dependencies [869a792]
17
+ - Updated dependencies [032d316]
18
+ - Updated dependencies [54c820e]
19
+ - Updated dependencies [cb0abfa]
20
+ - @shipfox/api-integration-core-dto@12.0.0
21
+
3
22
  ## 9.0.2
4
23
 
5
24
  ### Patch Changes
@@ -1,78 +1,78 @@
1
1
  export declare const githubEventCatalog: {
2
- readonly provider: "GitHub";
2
+ readonly provider: 'GitHub';
3
3
  readonly passthrough: true;
4
4
  readonly upstreamEventsDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
5
5
  readonly events: readonly [{
6
- readonly name: "push";
7
- readonly summary: "A Git reference receives one or more commits.";
8
- readonly emittedWhen: "GitHub sends a push webhook to the connected GitHub App.";
9
- readonly payloadKind: "raw-provider";
6
+ readonly name: 'push';
7
+ readonly summary: 'A Git reference receives one or more commits.';
8
+ readonly emittedWhen: 'GitHub sends a push webhook to the connected GitHub App.';
9
+ readonly payloadKind: 'raw-provider';
10
10
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
11
11
  }, {
12
- readonly name: "pull_request.opened";
13
- readonly summary: "A pull request opens.";
14
- readonly emittedWhen: "GitHub sends a pull_request webhook with the opened action.";
15
- readonly payloadKind: "raw-provider";
12
+ readonly name: 'pull_request.opened';
13
+ readonly summary: 'A pull request opens.';
14
+ readonly emittedWhen: 'GitHub sends a pull_request webhook with the opened action.';
15
+ readonly payloadKind: 'raw-provider';
16
16
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
17
17
  }, {
18
- readonly name: "pull_request.closed";
19
- readonly summary: "A pull request closes or merges.";
20
- readonly emittedWhen: "GitHub sends a pull_request webhook with the closed action.";
21
- readonly payloadKind: "raw-provider";
18
+ readonly name: 'pull_request.closed';
19
+ readonly summary: 'A pull request closes or merges.';
20
+ readonly emittedWhen: 'GitHub sends a pull_request webhook with the closed action.';
21
+ readonly payloadKind: 'raw-provider';
22
22
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
23
23
  }, {
24
- readonly name: "pull_request.synchronize";
25
- readonly summary: "A pull request head branch receives commits.";
26
- readonly emittedWhen: "GitHub sends a pull_request webhook with the synchronize action.";
27
- readonly payloadKind: "raw-provider";
24
+ readonly name: 'pull_request.synchronize';
25
+ readonly summary: 'A pull request head branch receives commits.';
26
+ readonly emittedWhen: 'GitHub sends a pull_request webhook with the synchronize action.';
27
+ readonly payloadKind: 'raw-provider';
28
28
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
29
29
  }, {
30
- readonly name: "pull_request.reopened";
31
- readonly summary: "A closed pull request reopens.";
32
- readonly emittedWhen: "GitHub sends a pull_request webhook with the reopened action.";
33
- readonly payloadKind: "raw-provider";
30
+ readonly name: 'pull_request.reopened';
31
+ readonly summary: 'A closed pull request reopens.';
32
+ readonly emittedWhen: 'GitHub sends a pull_request webhook with the reopened action.';
33
+ readonly payloadKind: 'raw-provider';
34
34
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
35
35
  }, {
36
- readonly name: "issues.opened";
37
- readonly summary: "An issue opens.";
38
- readonly emittedWhen: "GitHub sends an issues webhook with the opened action.";
39
- readonly payloadKind: "raw-provider";
36
+ readonly name: 'issues.opened';
37
+ readonly summary: 'An issue opens.';
38
+ readonly emittedWhen: 'GitHub sends an issues webhook with the opened action.';
39
+ readonly payloadKind: 'raw-provider';
40
40
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
41
41
  }, {
42
- readonly name: "issues.closed";
43
- readonly summary: "An issue closes.";
44
- readonly emittedWhen: "GitHub sends an issues webhook with the closed action.";
45
- readonly payloadKind: "raw-provider";
42
+ readonly name: 'issues.closed';
43
+ readonly summary: 'An issue closes.';
44
+ readonly emittedWhen: 'GitHub sends an issues webhook with the closed action.';
45
+ readonly payloadKind: 'raw-provider';
46
46
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
47
47
  }, {
48
- readonly name: "issues.reopened";
49
- readonly summary: "A closed issue reopens.";
50
- readonly emittedWhen: "GitHub sends an issues webhook with the reopened action.";
51
- readonly payloadKind: "raw-provider";
48
+ readonly name: 'issues.reopened';
49
+ readonly summary: 'A closed issue reopens.';
50
+ readonly emittedWhen: 'GitHub sends an issues webhook with the reopened action.';
51
+ readonly payloadKind: 'raw-provider';
52
52
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
53
53
  }, {
54
- readonly name: "issues.edited";
55
- readonly summary: "An issue title or body changes.";
56
- readonly emittedWhen: "GitHub sends an issues webhook with the edited action.";
57
- readonly payloadKind: "raw-provider";
54
+ readonly name: 'issues.edited';
55
+ readonly summary: 'An issue title or body changes.';
56
+ readonly emittedWhen: 'GitHub sends an issues webhook with the edited action.';
57
+ readonly payloadKind: 'raw-provider';
58
58
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
59
59
  }, {
60
- readonly name: "issues.labeled";
61
- readonly summary: "A label is added to an issue.";
62
- readonly emittedWhen: "GitHub sends an issues webhook with the labeled action.";
63
- readonly payloadKind: "raw-provider";
60
+ readonly name: 'issues.labeled';
61
+ readonly summary: 'A label is added to an issue.';
62
+ readonly emittedWhen: 'GitHub sends an issues webhook with the labeled action.';
63
+ readonly payloadKind: 'raw-provider';
64
64
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
65
65
  }, {
66
- readonly name: "issues.unlabeled";
67
- readonly summary: "A label is removed from an issue.";
68
- readonly emittedWhen: "GitHub sends an issues webhook with the unlabeled action.";
69
- readonly payloadKind: "raw-provider";
66
+ readonly name: 'issues.unlabeled';
67
+ readonly summary: 'A label is removed from an issue.';
68
+ readonly emittedWhen: 'GitHub sends an issues webhook with the unlabeled action.';
69
+ readonly payloadKind: 'raw-provider';
70
70
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
71
71
  }, {
72
- readonly name: "release.published";
73
- readonly summary: "A release is published.";
74
- readonly emittedWhen: "GitHub sends a release webhook with the published action.";
75
- readonly payloadKind: "raw-provider";
72
+ readonly name: 'release.published';
73
+ readonly summary: 'A release is published.';
74
+ readonly emittedWhen: 'GitHub sends a release webhook with the published action.';
75
+ readonly payloadKind: 'raw-provider';
76
76
  readonly payloadDocUrl: "https://docs.github.com/en/webhooks/webhook-events-and-payloads";
77
77
  }];
78
78
  };
@@ -1 +1 @@
1
- {"version":3,"file":"event-catalog.d.ts","sourceRoot":"","sources":["../src/event-catalog.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Fa,CAAC"}
1
+ {"version":3,"file":"event-catalog.d.ts","sourceRoot":"","sources":["../src/event-catalog.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB;uBACnB,QAAQ;;;;uBAKR,MAAM;0BACH,+CAA+C;8BAC3C,0DAA0D;8BAC1D,cAAc;;;uBAIrB,qBAAqB;0BAClB,uBAAuB;8BACnB,6DAA6D;8BAC7D,cAAc;;;uBAIrB,qBAAqB;0BAClB,kCAAkC;8BAC9B,6DAA6D;8BAC7D,cAAc;;;uBAIrB,0BAA0B;0BACvB,8CAA8C;8BAC1C,kEAAkE;8BAClE,cAAc;;;uBAIrB,uBAAuB;0BACpB,gCAAgC;8BAC5B,+DAA+D;8BAC/D,cAAc;;;uBAIrB,eAAe;0BACZ,iBAAiB;8BACb,wDAAwD;8BACxD,cAAc;;;uBAIrB,eAAe;0BACZ,kBAAkB;8BACd,wDAAwD;8BACxD,cAAc;;;uBAIrB,iBAAiB;0BACd,yBAAyB;8BACrB,0DAA0D;8BAC1D,cAAc;;;uBAIrB,eAAe;0BACZ,iCAAiC;8BAC7B,wDAAwD;8BACxD,cAAc;;;uBAIrB,gBAAgB;0BACb,+BAA+B;8BAC3B,yDAAyD;8BACzD,cAAc;;;uBAIrB,kBAAkB;0BACf,mCAAmC;8BAC/B,2DAA2D;8BAC3D,cAAc;;;uBAIrB,mBAAmB;0BAChB,yBAAyB;8BACrB,2DAA2D;8BAC3D,cAAc;;;CAIW,CAAC"}
@@ -22,13 +22,13 @@ export declare const githubCallbackResponseSchema: z.ZodObject<{
22
22
  slug: z.ZodString;
23
23
  display_name: z.ZodString;
24
24
  lifecycle_status: z.ZodEnum<{
25
- error: "error";
26
25
  active: "active";
27
26
  disabled: "disabled";
27
+ error: "error";
28
28
  }>;
29
29
  capabilities: z.ZodArray<z.ZodEnum<{
30
- source_control: "source_control";
31
30
  agent_tools: "agent_tools";
31
+ source_control: "source_control";
32
32
  }>>;
33
33
  external_url: z.ZodOptional<z.ZodString>;
34
34
  created_at: z.ZodString;
@@ -51,13 +51,13 @@ export declare const createE2eGithubConnectionResponseSchema: z.ZodObject<{
51
51
  slug: z.ZodString;
52
52
  display_name: z.ZodString;
53
53
  lifecycle_status: z.ZodEnum<{
54
- error: "error";
55
54
  active: "active";
56
55
  disabled: "disabled";
56
+ error: "error";
57
57
  }>;
58
58
  capabilities: z.ZodArray<z.ZodEnum<{
59
- source_control: "source_control";
60
59
  agent_tools: "agent_tools";
60
+ source_control: "source_control";
61
61
  }>>;
62
62
  external_url: z.ZodOptional<z.ZodString>;
63
63
  created_at: z.ZodString;
@@ -21,6 +21,36 @@ export declare const githubWebhookInstallationSchema: z.ZodObject<{
21
21
  }, z.core.$strip>>;
22
22
  }, z.core.$strip>;
23
23
  export type GithubWebhookInstallationDto = z.infer<typeof githubWebhookInstallationSchema>;
24
+ export declare const githubRepositoryRenamedPayloadSchema: z.ZodObject<{
25
+ repository: z.ZodObject<{
26
+ id: z.ZodNumber;
27
+ name: z.ZodString;
28
+ owner: z.ZodObject<{
29
+ login: z.ZodString;
30
+ }, z.core.$strip>;
31
+ default_branch: z.ZodString;
32
+ }, z.core.$strip>;
33
+ }, z.core.$strip>;
34
+ export type GithubRepositoryRenamedPayloadDto = z.infer<typeof githubRepositoryRenamedPayloadSchema>;
35
+ export declare const githubInstallationRepositoriesPayloadSchema: z.ZodObject<{
36
+ repositories_added: z.ZodArray<z.ZodObject<{
37
+ id: z.ZodNumber;
38
+ name: z.ZodString;
39
+ owner: z.ZodObject<{
40
+ login: z.ZodString;
41
+ }, z.core.$strip>;
42
+ default_branch: z.ZodString;
43
+ }, z.core.$strip>>;
44
+ repositories_removed: z.ZodArray<z.ZodObject<{
45
+ id: z.ZodNumber;
46
+ name: z.ZodString;
47
+ owner: z.ZodObject<{
48
+ login: z.ZodString;
49
+ }, z.core.$strip>;
50
+ default_branch: z.ZodString;
51
+ }, z.core.$strip>>;
52
+ }, z.core.$strip>;
53
+ export type GithubInstallationRepositoriesPayloadDto = z.infer<typeof githubInstallationRepositoriesPayloadSchema>;
24
54
  export declare const githubWebhookEnvelopeSchema: z.ZodObject<{
25
55
  action: z.ZodOptional<z.ZodString>;
26
56
  installation: z.ZodOptional<z.ZodObject<{
@@ -1 +1 @@
1
- {"version":3,"file":"webhooks.d.ts","sourceRoot":"","sources":["../../src/schemas/webhooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAEtB,eAAO,MAAM,uBAAuB;;;;;;;;;;iBAQlC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE3E,eAAO,MAAM,yBAAyB;;iBAEpC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE/E,eAAO,MAAM,+BAA+B;;;;iBAE1C,CAAC;AACH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAE3F,eAAO,MAAM,2BAA2B;;;;;iBAEvC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
1
+ {"version":3,"file":"webhooks.d.ts","sourceRoot":"","sources":["../../src/schemas/webhooks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAEtB,eAAO,MAAM,uBAAuB;;;;;;;;;;iBAQlC,CAAC;AACH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAE3E,eAAO,MAAM,yBAAyB;;iBAEpC,CAAC;AACH,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE/E,eAAO,MAAM,+BAA+B;;;;iBAE1C,CAAC;AACH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AAS3F,eAAO,MAAM,oCAAoC;;;;;;;;;iBAE/C,CAAC;AACH,MAAM,MAAM,iCAAiC,GAAG,CAAC,CAAC,KAAK,CACrD,OAAO,oCAAoC,CAC5C,CAAC;AAEF,eAAO,MAAM,2CAA2C;;;;;;;;;;;;;;;;;iBAGtD,CAAC;AACH,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAC5D,OAAO,2CAA2C,CACnD,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;;iBAEvC,CAAC;AACF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -18,6 +18,21 @@ export const githubWebhookInstallationSchema = z.object({
18
18
  id: z.number().int().positive()
19
19
  }).optional()
20
20
  });
21
+ const githubWebhookRepositorySchema = z.object({
22
+ id: z.number().int().positive(),
23
+ name: z.string().min(1),
24
+ owner: z.object({
25
+ login: z.string().min(1)
26
+ }),
27
+ default_branch: z.string().min(1)
28
+ });
29
+ export const githubRepositoryRenamedPayloadSchema = z.object({
30
+ repository: githubWebhookRepositorySchema
31
+ });
32
+ export const githubInstallationRepositoriesPayloadSchema = z.object({
33
+ repositories_added: z.array(githubWebhookRepositorySchema),
34
+ repositories_removed: z.array(githubWebhookRepositorySchema)
35
+ });
21
36
  export const githubWebhookEnvelopeSchema = githubWebhookActionSchema.merge(githubWebhookInstallationSchema);
22
37
 
23
38
  //# sourceMappingURL=webhooks.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/schemas/webhooks.ts"],"sourcesContent":["import {z} from 'zod';\n\nexport const githubPushPayloadSchema = z.object({\n ref: z.string().min(1),\n after: z.string().min(1),\n repository: z.object({\n id: z.number().int().positive(),\n default_branch: z.string().min(1),\n }),\n installation: z.object({id: z.number().int().positive()}).optional(),\n});\nexport type GithubPushPayloadDto = z.infer<typeof githubPushPayloadSchema>;\n\nexport const githubWebhookActionSchema = z.object({\n action: z.string().min(1).optional(),\n});\nexport type GithubWebhookActionDto = z.infer<typeof githubWebhookActionSchema>;\n\nexport const githubWebhookInstallationSchema = z.object({\n installation: z.object({id: z.number().int().positive()}).optional(),\n});\nexport type GithubWebhookInstallationDto = z.infer<typeof githubWebhookInstallationSchema>;\n\nexport const githubWebhookEnvelopeSchema = githubWebhookActionSchema.merge(\n githubWebhookInstallationSchema,\n);\nexport type GithubWebhookEnvelopeDto = z.infer<typeof githubWebhookEnvelopeSchema>;\n"],"names":["z","githubPushPayloadSchema","object","ref","string","min","after","repository","id","number","int","positive","default_branch","installation","optional","githubWebhookActionSchema","action","githubWebhookInstallationSchema","githubWebhookEnvelopeSchema","merge"],"mappings":"AAAA,SAAQA,CAAC,QAAO,MAAM;AAEtB,OAAO,MAAMC,0BAA0BD,EAAEE,MAAM,CAAC;IAC9CC,KAAKH,EAAEI,MAAM,GAAGC,GAAG,CAAC;IACpBC,OAAON,EAAEI,MAAM,GAAGC,GAAG,CAAC;IACtBE,YAAYP,EAAEE,MAAM,CAAC;QACnBM,IAAIR,EAAES,MAAM,GAAGC,GAAG,GAAGC,QAAQ;QAC7BC,gBAAgBZ,EAAEI,MAAM,GAAGC,GAAG,CAAC;IACjC;IACAQ,cAAcb,EAAEE,MAAM,CAAC;QAACM,IAAIR,EAAES,MAAM,GAAGC,GAAG,GAAGC,QAAQ;IAAE,GAAGG,QAAQ;AACpE,GAAG;AAGH,OAAO,MAAMC,4BAA4Bf,EAAEE,MAAM,CAAC;IAChDc,QAAQhB,EAAEI,MAAM,GAAGC,GAAG,CAAC,GAAGS,QAAQ;AACpC,GAAG;AAGH,OAAO,MAAMG,kCAAkCjB,EAAEE,MAAM,CAAC;IACtDW,cAAcb,EAAEE,MAAM,CAAC;QAACM,IAAIR,EAAES,MAAM,GAAGC,GAAG,GAAGC,QAAQ;IAAE,GAAGG,QAAQ;AACpE,GAAG;AAGH,OAAO,MAAMI,8BAA8BH,0BAA0BI,KAAK,CACxEF,iCACA"}
1
+ {"version":3,"sources":["../../src/schemas/webhooks.ts"],"sourcesContent":["import {z} from 'zod';\n\nexport const githubPushPayloadSchema = z.object({\n ref: z.string().min(1),\n after: z.string().min(1),\n repository: z.object({\n id: z.number().int().positive(),\n default_branch: z.string().min(1),\n }),\n installation: z.object({id: z.number().int().positive()}).optional(),\n});\nexport type GithubPushPayloadDto = z.infer<typeof githubPushPayloadSchema>;\n\nexport const githubWebhookActionSchema = z.object({\n action: z.string().min(1).optional(),\n});\nexport type GithubWebhookActionDto = z.infer<typeof githubWebhookActionSchema>;\n\nexport const githubWebhookInstallationSchema = z.object({\n installation: z.object({id: z.number().int().positive()}).optional(),\n});\nexport type GithubWebhookInstallationDto = z.infer<typeof githubWebhookInstallationSchema>;\n\nconst githubWebhookRepositorySchema = z.object({\n id: z.number().int().positive(),\n name: z.string().min(1),\n owner: z.object({login: z.string().min(1)}),\n default_branch: z.string().min(1),\n});\n\nexport const githubRepositoryRenamedPayloadSchema = z.object({\n repository: githubWebhookRepositorySchema,\n});\nexport type GithubRepositoryRenamedPayloadDto = z.infer<\n typeof githubRepositoryRenamedPayloadSchema\n>;\n\nexport const githubInstallationRepositoriesPayloadSchema = z.object({\n repositories_added: z.array(githubWebhookRepositorySchema),\n repositories_removed: z.array(githubWebhookRepositorySchema),\n});\nexport type GithubInstallationRepositoriesPayloadDto = z.infer<\n typeof githubInstallationRepositoriesPayloadSchema\n>;\n\nexport const githubWebhookEnvelopeSchema = githubWebhookActionSchema.merge(\n githubWebhookInstallationSchema,\n);\nexport type GithubWebhookEnvelopeDto = z.infer<typeof githubWebhookEnvelopeSchema>;\n"],"names":["z","githubPushPayloadSchema","object","ref","string","min","after","repository","id","number","int","positive","default_branch","installation","optional","githubWebhookActionSchema","action","githubWebhookInstallationSchema","githubWebhookRepositorySchema","name","owner","login","githubRepositoryRenamedPayloadSchema","githubInstallationRepositoriesPayloadSchema","repositories_added","array","repositories_removed","githubWebhookEnvelopeSchema","merge"],"mappings":"AAAA,SAAQA,CAAC,QAAO,MAAM;AAEtB,OAAO,MAAMC,0BAA0BD,EAAEE,MAAM,CAAC;IAC9CC,KAAKH,EAAEI,MAAM,GAAGC,GAAG,CAAC;IACpBC,OAAON,EAAEI,MAAM,GAAGC,GAAG,CAAC;IACtBE,YAAYP,EAAEE,MAAM,CAAC;QACnBM,IAAIR,EAAES,MAAM,GAAGC,GAAG,GAAGC,QAAQ;QAC7BC,gBAAgBZ,EAAEI,MAAM,GAAGC,GAAG,CAAC;IACjC;IACAQ,cAAcb,EAAEE,MAAM,CAAC;QAACM,IAAIR,EAAES,MAAM,GAAGC,GAAG,GAAGC,QAAQ;IAAE,GAAGG,QAAQ;AACpE,GAAG;AAGH,OAAO,MAAMC,4BAA4Bf,EAAEE,MAAM,CAAC;IAChDc,QAAQhB,EAAEI,MAAM,GAAGC,GAAG,CAAC,GAAGS,QAAQ;AACpC,GAAG;AAGH,OAAO,MAAMG,kCAAkCjB,EAAEE,MAAM,CAAC;IACtDW,cAAcb,EAAEE,MAAM,CAAC;QAACM,IAAIR,EAAES,MAAM,GAAGC,GAAG,GAAGC,QAAQ;IAAE,GAAGG,QAAQ;AACpE,GAAG;AAGH,MAAMI,gCAAgClB,EAAEE,MAAM,CAAC;IAC7CM,IAAIR,EAAES,MAAM,GAAGC,GAAG,GAAGC,QAAQ;IAC7BQ,MAAMnB,EAAEI,MAAM,GAAGC,GAAG,CAAC;IACrBe,OAAOpB,EAAEE,MAAM,CAAC;QAACmB,OAAOrB,EAAEI,MAAM,GAAGC,GAAG,CAAC;IAAE;IACzCO,gBAAgBZ,EAAEI,MAAM,GAAGC,GAAG,CAAC;AACjC;AAEA,OAAO,MAAMiB,uCAAuCtB,EAAEE,MAAM,CAAC;IAC3DK,YAAYW;AACd,GAAG;AAKH,OAAO,MAAMK,8CAA8CvB,EAAEE,MAAM,CAAC;IAClEsB,oBAAoBxB,EAAEyB,KAAK,CAACP;IAC5BQ,sBAAsB1B,EAAEyB,KAAK,CAACP;AAChC,GAAG;AAKH,OAAO,MAAMS,8BAA8BZ,0BAA0Ba,KAAK,CACxEX,iCACA"}