@company-semantics/contracts 45.3.0 → 46.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@company-semantics/contracts",
3
- "version": "45.3.0",
3
+ "version": "46.0.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED — do not edit. Run pnpm generate:spec-hash to regenerate.
2
- export const SPEC_HASH = '6859374aa9bc' as const;
3
- export const SPEC_HASH_FULL = '6859374aa9bcdd861ecd151d6500ccc3a611774ffbce7830fcacbfd873393f95' as const;
2
+ export const SPEC_HASH = '9421bda67789' as const;
3
+ export const SPEC_HASH_FULL = '9421bda67789792a5303137aaeb2f7f886cb490e8db9bee11e03f2de13f94806' as const;
@@ -3631,6 +3631,7 @@ export interface components {
3631
3631
  };
3632
3632
  candidateKey: string;
3633
3633
  contentSha256: string;
3634
+ sourceSha256: string;
3634
3635
  };
3635
3636
  ResyncSlackAvatarCommitResponse: {
3636
3637
  /** @constant */
@@ -3645,6 +3646,7 @@ export interface components {
3645
3646
  ResyncSlackAvatarCommitRequest: {
3646
3647
  candidateKey: string;
3647
3648
  contentSha256: string;
3649
+ sourceSha256: string;
3648
3650
  };
3649
3651
  SamlCallbackRequest: {
3650
3652
  SAMLResponse: string;