@eide/foir-proto-ts 0.94.0 → 0.96.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 +1 -1
- package/src/deploy/v1/deploy_connect.d.ts +292 -0
- package/src/deploy/v1/deploy_connect.js +292 -0
- package/src/deploy/v1/deploy_pb.d.ts +2307 -0
- package/src/deploy/v1/deploy_pb.js +475 -0
- package/src/identity/v1/identity_connect.d.ts +30 -1
- package/src/identity/v1/identity_connect.js +30 -1
- package/src/identity/v1/identity_pb.d.ts +223 -0
- package/src/identity/v1/identity_pb.js +121 -72
- package/src/settings/v1/settings_connect.d.ts +86 -1
- package/src/settings/v1/settings_connect.js +86 -1
- package/src/settings/v1/settings_pb.d.ts +660 -0
- package/src/settings/v1/settings_pb.js +180 -33
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { AcceptShareRequest, AcceptShareResponse, BulkSetSettingsRequest, BulkSetSettingsResponse, CancelScheduledContextDimensionPublishRequest, CancelScheduledContextDimensionPublishResponse, CancelScheduledDesignTokensPublishRequest, CancelScheduledDesignTokensPublishResponse, CancelScheduledProfileSchemaPublishRequest, CancelScheduledProfileSchemaPublishResponse, ClearRecentlyOpenedRequest, ClearRecentlyOpenedResponse, CountDesignTokenReferencesRequest, CountDesignTokenReferencesResponse, CreateContextDimensionRequest, CreateContextDimensionResponse, CreateCustomerProfileRequest, CreateCustomerProfileResponse, CreateLocaleRequest, CreateLocaleResponse, CreateNoteRequest, CreateNoteResponse, CreateShareRequest, CreateShareResponse, CreateVariantCatalogEntryRequest, CreateVariantCatalogEntryResponse, DeclineShareRequest, DeclineShareResponse, DeleteContextDimensionRequest, DeleteContextDimensionResponse, DeleteCustomerProfileRequest, DeleteCustomerProfileResponse, DeleteLocaleRequest, DeleteLocaleResponse, DeleteNoteRequest, DeleteNoteResponse, DeleteSettingRequest, DeleteSettingResponse, DeleteSettingsByCategoryRequest, DeleteSettingsByCategoryResponse, DeleteVariantCatalogEntryRequest, DeleteVariantCatalogEntryResponse, EnsureDefaultVariantCatalogEntryRequest, EnsureDefaultVariantCatalogEntryResponse, GetContextDimensionByKeyRequest, GetContextDimensionByKeyResponse, GetContextDimensionPublishStatusRequest, GetContextDimensionPublishStatusResponse, GetContextDimensionRequest, GetContextDimensionResponse, GetContextDimensionValuesRequest, GetContextDimensionValuesResponse, GetCustomerProfileRequest, GetCustomerProfileResponse, GetCustomerProfileSchemaRequest, GetCustomerProfileSchemaResponse, GetCustomerResolutionAttributesRequest, GetCustomerResolutionAttributesResponse, GetDefaultLocaleRequest, GetDefaultLocaleResponse, GetDefaultVariantCatalogEntryRequest, GetDefaultVariantCatalogEntryResponse, GetDesignTokensPublishStatusRequest, GetDesignTokensPublishStatusResponse, GetDesignTokensRequest, GetDesignTokensResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, GetLocaleByCodeRequest, GetLocaleByCodeResponse, GetLocaleRequest, GetLocaleResponse, GetNavPreferencesRequest, GetNavPreferencesResponse, GetNoteRequest, GetNoteResponse, GetProfileSchemaPublishStatusRequest, GetProfileSchemaPublishStatusResponse, GetProjectPublishStatusRequest, GetProjectPublishStatusResponse, GetProjectSchemaRequest, GetProjectSchemaResponse, GetSettingsRequest, GetSettingsResponse, GetShareRequest, GetShareResponse, GetVariantCatalogEntryRequest, GetVariantCatalogEntryResponse, ListAuditLogsRequest, ListAuditLogsResponse, ListContextDimensionsRequest, ListContextDimensionsResponse, ListLocalesRequest, ListLocalesResponse, ListMyMentionsRequest, ListMyMentionsResponse, ListNotesRequest, ListNotesResponse, ListRecentlyOpenedRequest, ListRecentlyOpenedResponse, ListSharesRequest, ListSharesResponse, ListVariantCatalogRequest, ListVariantCatalogResponse, MarkMentionsSeenRequest, MarkMentionsSeenResponse, PublishContextDimensionRequest, PublishContextDimensionResponse, PublishDesignTokensRequest, PublishDesignTokensResponse, PublishProfileSchemaRequest, PublishProfileSchemaResponse, PublishProjectSchemaRequest, PublishProjectSchemaResponse, RemoveRecentlyOpenedRequest, RemoveRecentlyOpenedResponse, ResolveNoteRequest, ResolveNoteResponse, RevokeShareRequest, RevokeShareResponse, ScheduleContextDimensionPublishRequest, ScheduleContextDimensionPublishResponse, ScheduleDesignTokensPublishRequest, ScheduleDesignTokensPublishResponse, ScheduleProfileSchemaPublishRequest, ScheduleProfileSchemaPublishResponse, SearchCustomerProfilesRequest, SearchCustomerProfilesResponse, SearchNotesRequest, SearchNotesResponse, TrackRecentlyOpenedRequest, TrackRecentlyOpenedResponse, UnpublishContextDimensionRequest, UnpublishContextDimensionResponse, UnpublishDesignTokensRequest, UnpublishDesignTokensResponse, UnpublishProfileSchemaRequest, UnpublishProfileSchemaResponse, UnresolveNoteRequest, UnresolveNoteResponse, UpdateContextDimensionRequest, UpdateContextDimensionResponse, UpdateCustomerProfileRequest, UpdateCustomerProfileResponse, UpdateCustomerProfileSchemaRequest, UpdateCustomerProfileSchemaResponse, UpdateDesignTokensRequest, UpdateDesignTokensResponse, UpdateLocaleRequest, UpdateLocaleResponse, UpdateMentionStatusRequest, UpdateMentionStatusResponse, UpdateNavPreferencesRequest, UpdateNavPreferencesResponse, UpdateNoteRequest, UpdateNoteResponse, UpdateSettingRequest, UpdateSettingResponse, UpdateShareRequest, UpdateShareResponse, UpdateVariantCatalogEntryRequest, UpdateVariantCatalogEntryResponse } from "./settings_pbjs";
|
|
6
|
+
import { AcceptShareRequest, AcceptShareResponse, BulkSetSettingsRequest, BulkSetSettingsResponse, CancelScheduledContextDimensionPublishRequest, CancelScheduledContextDimensionPublishResponse, CancelScheduledDesignTokensPublishRequest, CancelScheduledDesignTokensPublishResponse, CancelScheduledProfileSchemaPublishRequest, CancelScheduledProfileSchemaPublishResponse, ClearRecentlyOpenedRequest, ClearRecentlyOpenedResponse, CountDesignTokenReferencesRequest, CountDesignTokenReferencesResponse, CreateContextDimensionRequest, CreateContextDimensionResponse, CreateCustomerProfileRequest, CreateCustomerProfileResponse, CreateLocaleRequest, CreateLocaleResponse, CreateNoteRequest, CreateNoteResponse, CreateShareRequest, CreateShareResponse, CreateVariantCatalogEntryRequest, CreateVariantCatalogEntryResponse, DeclineShareRequest, DeclineShareResponse, DeleteContextDimensionRequest, DeleteContextDimensionResponse, DeleteCustomerProfileRequest, DeleteCustomerProfileResponse, DeleteLocaleRequest, DeleteLocaleResponse, DeleteNoteRequest, DeleteNoteResponse, DeleteSettingRequest, DeleteSettingResponse, DeleteSettingsByCategoryRequest, DeleteSettingsByCategoryResponse, DeleteVariantCatalogEntryRequest, DeleteVariantCatalogEntryResponse, EnsureDefaultVariantCatalogEntryRequest, EnsureDefaultVariantCatalogEntryResponse, GetContextDimensionByKeyRequest, GetContextDimensionByKeyResponse, GetContextDimensionPublishStatusRequest, GetContextDimensionPublishStatusResponse, GetContextDimensionRequest, GetContextDimensionResponse, GetContextDimensionValuesRequest, GetContextDimensionValuesResponse, GetContextDimensionVersionRequest, GetContextDimensionVersionResponse, GetCustomerProfileRequest, GetCustomerProfileResponse, GetCustomerProfileSchemaRequest, GetCustomerProfileSchemaResponse, GetCustomerResolutionAttributesRequest, GetCustomerResolutionAttributesResponse, GetDefaultLocaleRequest, GetDefaultLocaleResponse, GetDefaultVariantCatalogEntryRequest, GetDefaultVariantCatalogEntryResponse, GetDesignTokensPublishStatusRequest, GetDesignTokensPublishStatusResponse, GetDesignTokensRequest, GetDesignTokensResponse, GetDesignTokenVersionRequest, GetDesignTokenVersionResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, GetLocaleByCodeRequest, GetLocaleByCodeResponse, GetLocaleRequest, GetLocaleResponse, GetNavPreferencesRequest, GetNavPreferencesResponse, GetNoteRequest, GetNoteResponse, GetProfileSchemaPublishStatusRequest, GetProfileSchemaPublishStatusResponse, GetProfileSchemaVersionRequest, GetProfileSchemaVersionResponse, GetProjectPublishStatusRequest, GetProjectPublishStatusResponse, GetProjectSchemaRequest, GetProjectSchemaResponse, GetSettingsRequest, GetSettingsResponse, GetShareRequest, GetShareResponse, GetVariantCatalogEntryRequest, GetVariantCatalogEntryResponse, ListAuditLogsRequest, ListAuditLogsResponse, ListContextDimensionsRequest, ListContextDimensionsResponse, ListContextDimensionVersionsRequest, ListContextDimensionVersionsResponse, ListDesignTokenVersionsRequest, ListDesignTokenVersionsResponse, ListLocalesRequest, ListLocalesResponse, ListMyMentionsRequest, ListMyMentionsResponse, ListNotesRequest, ListNotesResponse, ListProfileSchemaVersionsRequest, ListProfileSchemaVersionsResponse, ListRecentlyOpenedRequest, ListRecentlyOpenedResponse, ListSharesRequest, ListSharesResponse, ListVariantCatalogRequest, ListVariantCatalogResponse, MarkMentionsSeenRequest, MarkMentionsSeenResponse, PublishContextDimensionRequest, PublishContextDimensionResponse, PublishDesignTokensRequest, PublishDesignTokensResponse, PublishProfileSchemaRequest, PublishProfileSchemaResponse, PublishProjectSchemaRequest, PublishProjectSchemaResponse, RemoveRecentlyOpenedRequest, RemoveRecentlyOpenedResponse, ResolveNoteRequest, ResolveNoteResponse, RestoreContextDimensionVersionRequest, RestoreContextDimensionVersionResponse, RestoreDesignTokenVersionRequest, RestoreDesignTokenVersionResponse, RestoreProfileSchemaVersionRequest, RestoreProfileSchemaVersionResponse, RevokeShareRequest, RevokeShareResponse, ScheduleContextDimensionPublishRequest, ScheduleContextDimensionPublishResponse, ScheduleDesignTokensPublishRequest, ScheduleDesignTokensPublishResponse, ScheduleProfileSchemaPublishRequest, ScheduleProfileSchemaPublishResponse, SearchCustomerProfilesRequest, SearchCustomerProfilesResponse, SearchNotesRequest, SearchNotesResponse, TrackRecentlyOpenedRequest, TrackRecentlyOpenedResponse, UnpublishContextDimensionRequest, UnpublishContextDimensionResponse, UnpublishDesignTokensRequest, UnpublishDesignTokensResponse, UnpublishProfileSchemaRequest, UnpublishProfileSchemaResponse, UnresolveNoteRequest, UnresolveNoteResponse, UpdateContextDimensionRequest, UpdateContextDimensionResponse, UpdateCustomerProfileRequest, UpdateCustomerProfileResponse, UpdateCustomerProfileSchemaRequest, UpdateCustomerProfileSchemaResponse, UpdateDesignTokensRequest, UpdateDesignTokensResponse, UpdateLocaleRequest, UpdateLocaleResponse, UpdateMentionStatusRequest, UpdateMentionStatusResponse, UpdateNavPreferencesRequest, UpdateNavPreferencesResponse, UpdateNoteRequest, UpdateNoteResponse, UpdateSettingRequest, UpdateSettingResponse, UpdateShareRequest, UpdateShareResponse, UpdateVariantCatalogEntryRequest, UpdateVariantCatalogEntryResponse } from "./settings_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -640,6 +640,64 @@ export declare const SettingsService: {
|
|
|
640
640
|
readonly O: typeof CancelScheduledContextDimensionPublishResponse,
|
|
641
641
|
readonly kind: MethodKind.Unary,
|
|
642
642
|
},
|
|
643
|
+
/**
|
|
644
|
+
* Context dimension version history (mirrors OperationsService versioning).
|
|
645
|
+
*
|
|
646
|
+
* @generated from rpc settings.v1.SettingsService.GetContextDimensionVersion
|
|
647
|
+
*/
|
|
648
|
+
readonly getContextDimensionVersion: {
|
|
649
|
+
readonly name: "GetContextDimensionVersion",
|
|
650
|
+
readonly I: typeof GetContextDimensionVersionRequest,
|
|
651
|
+
readonly O: typeof GetContextDimensionVersionResponse,
|
|
652
|
+
readonly kind: MethodKind.Unary,
|
|
653
|
+
},
|
|
654
|
+
/**
|
|
655
|
+
* @generated from rpc settings.v1.SettingsService.ListContextDimensionVersions
|
|
656
|
+
*/
|
|
657
|
+
readonly listContextDimensionVersions: {
|
|
658
|
+
readonly name: "ListContextDimensionVersions",
|
|
659
|
+
readonly I: typeof ListContextDimensionVersionsRequest,
|
|
660
|
+
readonly O: typeof ListContextDimensionVersionsResponse,
|
|
661
|
+
readonly kind: MethodKind.Unary,
|
|
662
|
+
},
|
|
663
|
+
/**
|
|
664
|
+
* @generated from rpc settings.v1.SettingsService.RestoreContextDimensionVersion
|
|
665
|
+
*/
|
|
666
|
+
readonly restoreContextDimensionVersion: {
|
|
667
|
+
readonly name: "RestoreContextDimensionVersion",
|
|
668
|
+
readonly I: typeof RestoreContextDimensionVersionRequest,
|
|
669
|
+
readonly O: typeof RestoreContextDimensionVersionResponse,
|
|
670
|
+
readonly kind: MethodKind.Unary,
|
|
671
|
+
},
|
|
672
|
+
/**
|
|
673
|
+
* Profile schema version history (per-project; resolves from session).
|
|
674
|
+
*
|
|
675
|
+
* @generated from rpc settings.v1.SettingsService.GetProfileSchemaVersion
|
|
676
|
+
*/
|
|
677
|
+
readonly getProfileSchemaVersion: {
|
|
678
|
+
readonly name: "GetProfileSchemaVersion",
|
|
679
|
+
readonly I: typeof GetProfileSchemaVersionRequest,
|
|
680
|
+
readonly O: typeof GetProfileSchemaVersionResponse,
|
|
681
|
+
readonly kind: MethodKind.Unary,
|
|
682
|
+
},
|
|
683
|
+
/**
|
|
684
|
+
* @generated from rpc settings.v1.SettingsService.ListProfileSchemaVersions
|
|
685
|
+
*/
|
|
686
|
+
readonly listProfileSchemaVersions: {
|
|
687
|
+
readonly name: "ListProfileSchemaVersions",
|
|
688
|
+
readonly I: typeof ListProfileSchemaVersionsRequest,
|
|
689
|
+
readonly O: typeof ListProfileSchemaVersionsResponse,
|
|
690
|
+
readonly kind: MethodKind.Unary,
|
|
691
|
+
},
|
|
692
|
+
/**
|
|
693
|
+
* @generated from rpc settings.v1.SettingsService.RestoreProfileSchemaVersion
|
|
694
|
+
*/
|
|
695
|
+
readonly restoreProfileSchemaVersion: {
|
|
696
|
+
readonly name: "RestoreProfileSchemaVersion",
|
|
697
|
+
readonly I: typeof RestoreProfileSchemaVersionRequest,
|
|
698
|
+
readonly O: typeof RestoreProfileSchemaVersionResponse,
|
|
699
|
+
readonly kind: MethodKind.Unary,
|
|
700
|
+
},
|
|
643
701
|
/**
|
|
644
702
|
* @generated from rpc settings.v1.SettingsService.PublishProfileSchema
|
|
645
703
|
*/
|
|
@@ -783,6 +841,33 @@ export declare const SettingsService: {
|
|
|
783
841
|
readonly O: typeof CountDesignTokenReferencesResponse,
|
|
784
842
|
readonly kind: MethodKind.Unary,
|
|
785
843
|
},
|
|
844
|
+
/**
|
|
845
|
+
* @generated from rpc settings.v1.SettingsService.GetDesignTokenVersion
|
|
846
|
+
*/
|
|
847
|
+
readonly getDesignTokenVersion: {
|
|
848
|
+
readonly name: "GetDesignTokenVersion",
|
|
849
|
+
readonly I: typeof GetDesignTokenVersionRequest,
|
|
850
|
+
readonly O: typeof GetDesignTokenVersionResponse,
|
|
851
|
+
readonly kind: MethodKind.Unary,
|
|
852
|
+
},
|
|
853
|
+
/**
|
|
854
|
+
* @generated from rpc settings.v1.SettingsService.ListDesignTokenVersions
|
|
855
|
+
*/
|
|
856
|
+
readonly listDesignTokenVersions: {
|
|
857
|
+
readonly name: "ListDesignTokenVersions",
|
|
858
|
+
readonly I: typeof ListDesignTokenVersionsRequest,
|
|
859
|
+
readonly O: typeof ListDesignTokenVersionsResponse,
|
|
860
|
+
readonly kind: MethodKind.Unary,
|
|
861
|
+
},
|
|
862
|
+
/**
|
|
863
|
+
* @generated from rpc settings.v1.SettingsService.RestoreDesignTokenVersion
|
|
864
|
+
*/
|
|
865
|
+
readonly restoreDesignTokenVersion: {
|
|
866
|
+
readonly name: "RestoreDesignTokenVersion",
|
|
867
|
+
readonly I: typeof RestoreDesignTokenVersionRequest,
|
|
868
|
+
readonly O: typeof RestoreDesignTokenVersionResponse,
|
|
869
|
+
readonly kind: MethodKind.Unary,
|
|
870
|
+
},
|
|
786
871
|
}
|
|
787
872
|
};
|
|
788
873
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { AcceptShareRequest, AcceptShareResponse, BulkSetSettingsRequest, BulkSetSettingsResponse, CancelScheduledContextDimensionPublishRequest, CancelScheduledContextDimensionPublishResponse, CancelScheduledDesignTokensPublishRequest, CancelScheduledDesignTokensPublishResponse, CancelScheduledProfileSchemaPublishRequest, CancelScheduledProfileSchemaPublishResponse, ClearRecentlyOpenedRequest, ClearRecentlyOpenedResponse, CountDesignTokenReferencesRequest, CountDesignTokenReferencesResponse, CreateContextDimensionRequest, CreateContextDimensionResponse, CreateCustomerProfileRequest, CreateCustomerProfileResponse, CreateLocaleRequest, CreateLocaleResponse, CreateNoteRequest, CreateNoteResponse, CreateShareRequest, CreateShareResponse, CreateVariantCatalogEntryRequest, CreateVariantCatalogEntryResponse, DeclineShareRequest, DeclineShareResponse, DeleteContextDimensionRequest, DeleteContextDimensionResponse, DeleteCustomerProfileRequest, DeleteCustomerProfileResponse, DeleteLocaleRequest, DeleteLocaleResponse, DeleteNoteRequest, DeleteNoteResponse, DeleteSettingRequest, DeleteSettingResponse, DeleteSettingsByCategoryRequest, DeleteSettingsByCategoryResponse, DeleteVariantCatalogEntryRequest, DeleteVariantCatalogEntryResponse, EnsureDefaultVariantCatalogEntryRequest, EnsureDefaultVariantCatalogEntryResponse, GetContextDimensionByKeyRequest, GetContextDimensionByKeyResponse, GetContextDimensionPublishStatusRequest, GetContextDimensionPublishStatusResponse, GetContextDimensionRequest, GetContextDimensionResponse, GetContextDimensionValuesRequest, GetContextDimensionValuesResponse, GetCustomerProfileRequest, GetCustomerProfileResponse, GetCustomerProfileSchemaRequest, GetCustomerProfileSchemaResponse, GetCustomerResolutionAttributesRequest, GetCustomerResolutionAttributesResponse, GetDefaultLocaleRequest, GetDefaultLocaleResponse, GetDefaultVariantCatalogEntryRequest, GetDefaultVariantCatalogEntryResponse, GetDesignTokensPublishStatusRequest, GetDesignTokensPublishStatusResponse, GetDesignTokensRequest, GetDesignTokensResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, GetLocaleByCodeRequest, GetLocaleByCodeResponse, GetLocaleRequest, GetLocaleResponse, GetNavPreferencesRequest, GetNavPreferencesResponse, GetNoteRequest, GetNoteResponse, GetProfileSchemaPublishStatusRequest, GetProfileSchemaPublishStatusResponse, GetProjectPublishStatusRequest, GetProjectPublishStatusResponse, GetProjectSchemaRequest, GetProjectSchemaResponse, GetSettingsRequest, GetSettingsResponse, GetShareRequest, GetShareResponse, GetVariantCatalogEntryRequest, GetVariantCatalogEntryResponse, ListAuditLogsRequest, ListAuditLogsResponse, ListContextDimensionsRequest, ListContextDimensionsResponse, ListLocalesRequest, ListLocalesResponse, ListMyMentionsRequest, ListMyMentionsResponse, ListNotesRequest, ListNotesResponse, ListRecentlyOpenedRequest, ListRecentlyOpenedResponse, ListSharesRequest, ListSharesResponse, ListVariantCatalogRequest, ListVariantCatalogResponse, MarkMentionsSeenRequest, MarkMentionsSeenResponse, PublishContextDimensionRequest, PublishContextDimensionResponse, PublishDesignTokensRequest, PublishDesignTokensResponse, PublishProfileSchemaRequest, PublishProfileSchemaResponse, PublishProjectSchemaRequest, PublishProjectSchemaResponse, RemoveRecentlyOpenedRequest, RemoveRecentlyOpenedResponse, ResolveNoteRequest, ResolveNoteResponse, RevokeShareRequest, RevokeShareResponse, ScheduleContextDimensionPublishRequest, ScheduleContextDimensionPublishResponse, ScheduleDesignTokensPublishRequest, ScheduleDesignTokensPublishResponse, ScheduleProfileSchemaPublishRequest, ScheduleProfileSchemaPublishResponse, SearchCustomerProfilesRequest, SearchCustomerProfilesResponse, SearchNotesRequest, SearchNotesResponse, TrackRecentlyOpenedRequest, TrackRecentlyOpenedResponse, UnpublishContextDimensionRequest, UnpublishContextDimensionResponse, UnpublishDesignTokensRequest, UnpublishDesignTokensResponse, UnpublishProfileSchemaRequest, UnpublishProfileSchemaResponse, UnresolveNoteRequest, UnresolveNoteResponse, UpdateContextDimensionRequest, UpdateContextDimensionResponse, UpdateCustomerProfileRequest, UpdateCustomerProfileResponse, UpdateCustomerProfileSchemaRequest, UpdateCustomerProfileSchemaResponse, UpdateDesignTokensRequest, UpdateDesignTokensResponse, UpdateLocaleRequest, UpdateLocaleResponse, UpdateMentionStatusRequest, UpdateMentionStatusResponse, UpdateNavPreferencesRequest, UpdateNavPreferencesResponse, UpdateNoteRequest, UpdateNoteResponse, UpdateSettingRequest, UpdateSettingResponse, UpdateShareRequest, UpdateShareResponse, UpdateVariantCatalogEntryRequest, UpdateVariantCatalogEntryResponse } from "./settings_pbjs";
|
|
6
|
+
import { AcceptShareRequest, AcceptShareResponse, BulkSetSettingsRequest, BulkSetSettingsResponse, CancelScheduledContextDimensionPublishRequest, CancelScheduledContextDimensionPublishResponse, CancelScheduledDesignTokensPublishRequest, CancelScheduledDesignTokensPublishResponse, CancelScheduledProfileSchemaPublishRequest, CancelScheduledProfileSchemaPublishResponse, ClearRecentlyOpenedRequest, ClearRecentlyOpenedResponse, CountDesignTokenReferencesRequest, CountDesignTokenReferencesResponse, CreateContextDimensionRequest, CreateContextDimensionResponse, CreateCustomerProfileRequest, CreateCustomerProfileResponse, CreateLocaleRequest, CreateLocaleResponse, CreateNoteRequest, CreateNoteResponse, CreateShareRequest, CreateShareResponse, CreateVariantCatalogEntryRequest, CreateVariantCatalogEntryResponse, DeclineShareRequest, DeclineShareResponse, DeleteContextDimensionRequest, DeleteContextDimensionResponse, DeleteCustomerProfileRequest, DeleteCustomerProfileResponse, DeleteLocaleRequest, DeleteLocaleResponse, DeleteNoteRequest, DeleteNoteResponse, DeleteSettingRequest, DeleteSettingResponse, DeleteSettingsByCategoryRequest, DeleteSettingsByCategoryResponse, DeleteVariantCatalogEntryRequest, DeleteVariantCatalogEntryResponse, EnsureDefaultVariantCatalogEntryRequest, EnsureDefaultVariantCatalogEntryResponse, GetContextDimensionByKeyRequest, GetContextDimensionByKeyResponse, GetContextDimensionPublishStatusRequest, GetContextDimensionPublishStatusResponse, GetContextDimensionRequest, GetContextDimensionResponse, GetContextDimensionValuesRequest, GetContextDimensionValuesResponse, GetContextDimensionVersionRequest, GetContextDimensionVersionResponse, GetCustomerProfileRequest, GetCustomerProfileResponse, GetCustomerProfileSchemaRequest, GetCustomerProfileSchemaResponse, GetCustomerResolutionAttributesRequest, GetCustomerResolutionAttributesResponse, GetDefaultLocaleRequest, GetDefaultLocaleResponse, GetDefaultVariantCatalogEntryRequest, GetDefaultVariantCatalogEntryResponse, GetDesignTokensPublishStatusRequest, GetDesignTokensPublishStatusResponse, GetDesignTokensRequest, GetDesignTokensResponse, GetDesignTokenVersionRequest, GetDesignTokenVersionResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, GetLocaleByCodeRequest, GetLocaleByCodeResponse, GetLocaleRequest, GetLocaleResponse, GetNavPreferencesRequest, GetNavPreferencesResponse, GetNoteRequest, GetNoteResponse, GetProfileSchemaPublishStatusRequest, GetProfileSchemaPublishStatusResponse, GetProfileSchemaVersionRequest, GetProfileSchemaVersionResponse, GetProjectPublishStatusRequest, GetProjectPublishStatusResponse, GetProjectSchemaRequest, GetProjectSchemaResponse, GetSettingsRequest, GetSettingsResponse, GetShareRequest, GetShareResponse, GetVariantCatalogEntryRequest, GetVariantCatalogEntryResponse, ListAuditLogsRequest, ListAuditLogsResponse, ListContextDimensionsRequest, ListContextDimensionsResponse, ListContextDimensionVersionsRequest, ListContextDimensionVersionsResponse, ListDesignTokenVersionsRequest, ListDesignTokenVersionsResponse, ListLocalesRequest, ListLocalesResponse, ListMyMentionsRequest, ListMyMentionsResponse, ListNotesRequest, ListNotesResponse, ListProfileSchemaVersionsRequest, ListProfileSchemaVersionsResponse, ListRecentlyOpenedRequest, ListRecentlyOpenedResponse, ListSharesRequest, ListSharesResponse, ListVariantCatalogRequest, ListVariantCatalogResponse, MarkMentionsSeenRequest, MarkMentionsSeenResponse, PublishContextDimensionRequest, PublishContextDimensionResponse, PublishDesignTokensRequest, PublishDesignTokensResponse, PublishProfileSchemaRequest, PublishProfileSchemaResponse, PublishProjectSchemaRequest, PublishProjectSchemaResponse, RemoveRecentlyOpenedRequest, RemoveRecentlyOpenedResponse, ResolveNoteRequest, ResolveNoteResponse, RestoreContextDimensionVersionRequest, RestoreContextDimensionVersionResponse, RestoreDesignTokenVersionRequest, RestoreDesignTokenVersionResponse, RestoreProfileSchemaVersionRequest, RestoreProfileSchemaVersionResponse, RevokeShareRequest, RevokeShareResponse, ScheduleContextDimensionPublishRequest, ScheduleContextDimensionPublishResponse, ScheduleDesignTokensPublishRequest, ScheduleDesignTokensPublishResponse, ScheduleProfileSchemaPublishRequest, ScheduleProfileSchemaPublishResponse, SearchCustomerProfilesRequest, SearchCustomerProfilesResponse, SearchNotesRequest, SearchNotesResponse, TrackRecentlyOpenedRequest, TrackRecentlyOpenedResponse, UnpublishContextDimensionRequest, UnpublishContextDimensionResponse, UnpublishDesignTokensRequest, UnpublishDesignTokensResponse, UnpublishProfileSchemaRequest, UnpublishProfileSchemaResponse, UnresolveNoteRequest, UnresolveNoteResponse, UpdateContextDimensionRequest, UpdateContextDimensionResponse, UpdateCustomerProfileRequest, UpdateCustomerProfileResponse, UpdateCustomerProfileSchemaRequest, UpdateCustomerProfileSchemaResponse, UpdateDesignTokensRequest, UpdateDesignTokensResponse, UpdateLocaleRequest, UpdateLocaleResponse, UpdateMentionStatusRequest, UpdateMentionStatusResponse, UpdateNavPreferencesRequest, UpdateNavPreferencesResponse, UpdateNoteRequest, UpdateNoteResponse, UpdateSettingRequest, UpdateSettingResponse, UpdateShareRequest, UpdateShareResponse, UpdateVariantCatalogEntryRequest, UpdateVariantCatalogEntryResponse } from "./settings_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -640,6 +640,64 @@ export const SettingsService = {
|
|
|
640
640
|
O: CancelScheduledContextDimensionPublishResponse,
|
|
641
641
|
kind: MethodKind.Unary,
|
|
642
642
|
},
|
|
643
|
+
/**
|
|
644
|
+
* Context dimension version history (mirrors OperationsService versioning).
|
|
645
|
+
*
|
|
646
|
+
* @generated from rpc settings.v1.SettingsService.GetContextDimensionVersion
|
|
647
|
+
*/
|
|
648
|
+
getContextDimensionVersion: {
|
|
649
|
+
name: "GetContextDimensionVersion",
|
|
650
|
+
I: GetContextDimensionVersionRequest,
|
|
651
|
+
O: GetContextDimensionVersionResponse,
|
|
652
|
+
kind: MethodKind.Unary,
|
|
653
|
+
},
|
|
654
|
+
/**
|
|
655
|
+
* @generated from rpc settings.v1.SettingsService.ListContextDimensionVersions
|
|
656
|
+
*/
|
|
657
|
+
listContextDimensionVersions: {
|
|
658
|
+
name: "ListContextDimensionVersions",
|
|
659
|
+
I: ListContextDimensionVersionsRequest,
|
|
660
|
+
O: ListContextDimensionVersionsResponse,
|
|
661
|
+
kind: MethodKind.Unary,
|
|
662
|
+
},
|
|
663
|
+
/**
|
|
664
|
+
* @generated from rpc settings.v1.SettingsService.RestoreContextDimensionVersion
|
|
665
|
+
*/
|
|
666
|
+
restoreContextDimensionVersion: {
|
|
667
|
+
name: "RestoreContextDimensionVersion",
|
|
668
|
+
I: RestoreContextDimensionVersionRequest,
|
|
669
|
+
O: RestoreContextDimensionVersionResponse,
|
|
670
|
+
kind: MethodKind.Unary,
|
|
671
|
+
},
|
|
672
|
+
/**
|
|
673
|
+
* Profile schema version history (per-project; resolves from session).
|
|
674
|
+
*
|
|
675
|
+
* @generated from rpc settings.v1.SettingsService.GetProfileSchemaVersion
|
|
676
|
+
*/
|
|
677
|
+
getProfileSchemaVersion: {
|
|
678
|
+
name: "GetProfileSchemaVersion",
|
|
679
|
+
I: GetProfileSchemaVersionRequest,
|
|
680
|
+
O: GetProfileSchemaVersionResponse,
|
|
681
|
+
kind: MethodKind.Unary,
|
|
682
|
+
},
|
|
683
|
+
/**
|
|
684
|
+
* @generated from rpc settings.v1.SettingsService.ListProfileSchemaVersions
|
|
685
|
+
*/
|
|
686
|
+
listProfileSchemaVersions: {
|
|
687
|
+
name: "ListProfileSchemaVersions",
|
|
688
|
+
I: ListProfileSchemaVersionsRequest,
|
|
689
|
+
O: ListProfileSchemaVersionsResponse,
|
|
690
|
+
kind: MethodKind.Unary,
|
|
691
|
+
},
|
|
692
|
+
/**
|
|
693
|
+
* @generated from rpc settings.v1.SettingsService.RestoreProfileSchemaVersion
|
|
694
|
+
*/
|
|
695
|
+
restoreProfileSchemaVersion: {
|
|
696
|
+
name: "RestoreProfileSchemaVersion",
|
|
697
|
+
I: RestoreProfileSchemaVersionRequest,
|
|
698
|
+
O: RestoreProfileSchemaVersionResponse,
|
|
699
|
+
kind: MethodKind.Unary,
|
|
700
|
+
},
|
|
643
701
|
/**
|
|
644
702
|
* @generated from rpc settings.v1.SettingsService.PublishProfileSchema
|
|
645
703
|
*/
|
|
@@ -783,6 +841,33 @@ export const SettingsService = {
|
|
|
783
841
|
O: CountDesignTokenReferencesResponse,
|
|
784
842
|
kind: MethodKind.Unary,
|
|
785
843
|
},
|
|
844
|
+
/**
|
|
845
|
+
* @generated from rpc settings.v1.SettingsService.GetDesignTokenVersion
|
|
846
|
+
*/
|
|
847
|
+
getDesignTokenVersion: {
|
|
848
|
+
name: "GetDesignTokenVersion",
|
|
849
|
+
I: GetDesignTokenVersionRequest,
|
|
850
|
+
O: GetDesignTokenVersionResponse,
|
|
851
|
+
kind: MethodKind.Unary,
|
|
852
|
+
},
|
|
853
|
+
/**
|
|
854
|
+
* @generated from rpc settings.v1.SettingsService.ListDesignTokenVersions
|
|
855
|
+
*/
|
|
856
|
+
listDesignTokenVersions: {
|
|
857
|
+
name: "ListDesignTokenVersions",
|
|
858
|
+
I: ListDesignTokenVersionsRequest,
|
|
859
|
+
O: ListDesignTokenVersionsResponse,
|
|
860
|
+
kind: MethodKind.Unary,
|
|
861
|
+
},
|
|
862
|
+
/**
|
|
863
|
+
* @generated from rpc settings.v1.SettingsService.RestoreDesignTokenVersion
|
|
864
|
+
*/
|
|
865
|
+
restoreDesignTokenVersion: {
|
|
866
|
+
name: "RestoreDesignTokenVersion",
|
|
867
|
+
I: RestoreDesignTokenVersionRequest,
|
|
868
|
+
O: RestoreDesignTokenVersionResponse,
|
|
869
|
+
kind: MethodKind.Unary,
|
|
870
|
+
},
|
|
786
871
|
}
|
|
787
872
|
};
|
|
788
873
|
|