@company-semantics/contracts 18.1.0 → 18.1.1
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/package.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTO-GENERATED — do not edit. Run pnpm generate:spec-hash to regenerate.
|
|
2
|
-
export const SPEC_HASH = '
|
|
3
|
-
export const SPEC_HASH_FULL = '
|
|
2
|
+
export const SPEC_HASH = '4944d64336bd' as const;
|
|
3
|
+
export const SPEC_HASH_FULL = '4944d64336bd97c454ceef9917209bd1da7bab66a771e02c91bafec5ab31d47e' as const;
|
package/src/api/generated.ts
CHANGED
|
@@ -3952,7 +3952,7 @@ export interface components {
|
|
|
3952
3952
|
summary: {
|
|
3953
3953
|
executionId: string;
|
|
3954
3954
|
/** @enum {string} */
|
|
3955
|
-
kind: "integration.connect" | "integration.disconnect" | "profile.update" | "slack.send" | "data.ingest" | "data.scope" | "system.cleanup" | "member.changeManager";
|
|
3955
|
+
kind: "integration.connect" | "integration.disconnect" | "profile.update" | "slack.send" | "data.ingest" | "data.scope" | "system.cleanup" | "member.changeManager" | "companyMd.ingest";
|
|
3956
3956
|
target: {
|
|
3957
3957
|
/** @constant */
|
|
3958
3958
|
type: "slack";
|
|
@@ -7129,7 +7129,7 @@ export interface operations {
|
|
|
7129
7129
|
query?: {
|
|
7130
7130
|
cursor?: string;
|
|
7131
7131
|
limit?: number;
|
|
7132
|
-
kind?: "integration.connect" | "integration.disconnect" | "profile.update" | "slack.send" | "data.ingest" | "data.scope" | "system.cleanup" | "member.changeManager";
|
|
7132
|
+
kind?: "integration.connect" | "integration.disconnect" | "profile.update" | "slack.send" | "data.ingest" | "data.scope" | "system.cleanup" | "member.changeManager" | "companyMd.ingest";
|
|
7133
7133
|
targetType?: string;
|
|
7134
7134
|
periodStart?: string;
|
|
7135
7135
|
periodEnd?: string;
|
|
@@ -7264,7 +7264,7 @@ export interface operations {
|
|
|
7264
7264
|
query?: {
|
|
7265
7265
|
limit?: number;
|
|
7266
7266
|
offset?: number;
|
|
7267
|
-
kind?: "integration.connect" | "integration.disconnect" | "profile.update" | "slack.send" | "data.ingest" | "data.scope" | "system.cleanup" | "member.changeManager";
|
|
7267
|
+
kind?: "integration.connect" | "integration.disconnect" | "profile.update" | "slack.send" | "data.ingest" | "data.scope" | "system.cleanup" | "member.changeManager" | "companyMd.ingest";
|
|
7268
7268
|
kindPrefix?: string;
|
|
7269
7269
|
};
|
|
7270
7270
|
header?: never;
|