@inverted-tech/fragments 0.11.3 → 0.12.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.
Files changed (54) hide show
  1. package/dist/esm/Authorization/Payment/SharedTypes_pb.js +17 -5
  2. package/dist/esm/Authorization/Payment/Stripe/StripeInterface_pb.js +9 -101
  3. package/dist/esm/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +0 -2
  4. package/dist/esm/Authorization/Payment/Tax/BackupInterface_pb.js +73 -0
  5. package/dist/esm/Authorization/Payment/Tax/TaxRecords_pb.js +13 -0
  6. package/dist/esm/Authorization/Payment/Tax/connect/BackupInterface_connect.js +37 -0
  7. package/dist/esm/Authorization/Payment/Tax/connect/index.js +2 -0
  8. package/dist/esm/Authorization/Payment/Tax/index.js +4 -0
  9. package/dist/esm/Authorization/Payment/index.js +1 -0
  10. package/dist/esm/Content/Content_pb.js +36 -31
  11. package/dist/esm/Content/connect/Content_connect.js +9 -0
  12. package/dist/esm/Merch/AdminMerchInterface_pb.js +44 -0
  13. package/dist/esm/Merch/GenericMerchRecords_pb.js +30 -0
  14. package/dist/esm/Merch/MerchInterface_pb.js +40 -0
  15. package/dist/esm/Merch/MerchSettings_pb.js +25 -0
  16. package/dist/esm/Merch/SharedMerchTypes_pb.js +73 -0
  17. package/dist/esm/Merch/Shopify/ShopifySettings_pb.js +29 -0
  18. package/dist/esm/Merch/Shopify/index.js +2 -0
  19. package/dist/esm/Merch/connect/AdminMerchInterface_connect.js +40 -0
  20. package/dist/esm/Merch/connect/MerchInterface_connect.js +31 -0
  21. package/dist/esm/Merch/connect/index.js +3 -0
  22. package/dist/esm/Merch/index.js +8 -0
  23. package/dist/esm/Settings/SettingsInterface_pb.js +22 -1
  24. package/dist/esm/Settings/SettingsRecord_pb.js +2 -1
  25. package/dist/esm/Settings/connect/SettingsInterface_connect.js +18 -0
  26. package/dist/esm/google/api/http_pb.js +1 -1
  27. package/dist/esm/index.js +1 -0
  28. package/dist/protos/Authorization/Payment/SharedTypes_pb.d.ts +16 -4
  29. package/dist/protos/Authorization/Payment/Stripe/StripeInterface_pb.d.ts +15 -287
  30. package/dist/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +0 -2
  31. package/dist/protos/Authorization/Payment/Tax/BackupInterface_pb.d.ts +199 -0
  32. package/dist/protos/Authorization/Payment/Tax/TaxRecords_pb.d.ts +42 -0
  33. package/dist/protos/Authorization/Payment/Tax/connect/BackupInterface_connect.d.ts +32 -0
  34. package/dist/protos/Authorization/Payment/Tax/connect/index.d.ts +1 -0
  35. package/dist/protos/Authorization/Payment/Tax/index.d.ts +3 -0
  36. package/dist/protos/Authorization/Payment/index.d.ts +1 -0
  37. package/dist/protos/Content/Content_pb.d.ts +23 -1
  38. package/dist/protos/Content/connect/Content_connect.d.ts +9 -0
  39. package/dist/protos/Merch/AdminMerchInterface_pb.d.ts +115 -0
  40. package/dist/protos/Merch/GenericMerchRecords_pb.d.ts +180 -0
  41. package/dist/protos/Merch/MerchInterface_pb.d.ts +143 -0
  42. package/dist/protos/Merch/MerchSettings_pb.d.ts +49 -0
  43. package/dist/protos/Merch/SharedMerchTypes_pb.d.ts +118 -0
  44. package/dist/protos/Merch/Shopify/ShopifySettings_pb.d.ts +73 -0
  45. package/dist/protos/Merch/Shopify/index.d.ts +1 -0
  46. package/dist/protos/Merch/connect/AdminMerchInterface_connect.d.ts +35 -0
  47. package/dist/protos/Merch/connect/MerchInterface_connect.d.ts +26 -0
  48. package/dist/protos/Merch/connect/index.d.ts +2 -0
  49. package/dist/protos/Merch/index.d.ts +7 -0
  50. package/dist/protos/Settings/SettingsInterface_pb.d.ts +73 -0
  51. package/dist/protos/Settings/SettingsRecord_pb.d.ts +13 -0
  52. package/dist/protos/Settings/connect/SettingsInterface_connect.d.ts +18 -0
  53. package/dist/protos/index.d.ts +1 -0
  54. package/package.json +13 -170
@@ -0,0 +1,73 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file Protos/IT/WebServices/Fragments/Merch/Shopify/ShopifySettings.proto.
5
+ */
6
+ export declare const file_Protos_IT_WebServices_Fragments_Merch_Shopify_ShopifySettings: GenFile;
7
+ /**
8
+ * @generated from message IT.WebServices.Fragments.Merch.Shopify.ShopifyPublicSettings
9
+ */
10
+ export type ShopifyPublicSettings = Message<"IT.WebServices.Fragments.Merch.Shopify.ShopifyPublicSettings"> & {
11
+ /**
12
+ * @generated from field: bool IsEnabled = 1;
13
+ */
14
+ IsEnabled: boolean;
15
+ };
16
+ /**
17
+ * Describes the message IT.WebServices.Fragments.Merch.Shopify.ShopifyPublicSettings.
18
+ * Use `create(ShopifyPublicSettingsSchema)` to create a new message.
19
+ */
20
+ export declare const ShopifyPublicSettingsSchema: GenMessage<ShopifyPublicSettings>;
21
+ /**
22
+ * @generated from message IT.WebServices.Fragments.Merch.Shopify.ShopifyPrivateSettings
23
+ */
24
+ export type ShopifyPrivateSettings = Message<"IT.WebServices.Fragments.Merch.Shopify.ShopifyPrivateSettings"> & {};
25
+ /**
26
+ * Describes the message IT.WebServices.Fragments.Merch.Shopify.ShopifyPrivateSettings.
27
+ * Use `create(ShopifyPrivateSettingsSchema)` to create a new message.
28
+ */
29
+ export declare const ShopifyPrivateSettingsSchema: GenMessage<ShopifyPrivateSettings>;
30
+ /**
31
+ * @generated from message IT.WebServices.Fragments.Merch.Shopify.ShopifyOwnerSettings
32
+ */
33
+ export type ShopifyOwnerSettings = Message<"IT.WebServices.Fragments.Merch.Shopify.ShopifyOwnerSettings"> & {
34
+ /**
35
+ * @generated from field: repeated IT.WebServices.Fragments.Merch.Shopify.ShopifyStoreConfig Stores = 1;
36
+ */
37
+ Stores: ShopifyStoreConfig[];
38
+ };
39
+ /**
40
+ * Describes the message IT.WebServices.Fragments.Merch.Shopify.ShopifyOwnerSettings.
41
+ * Use `create(ShopifyOwnerSettingsSchema)` to create a new message.
42
+ */
43
+ export declare const ShopifyOwnerSettingsSchema: GenMessage<ShopifyOwnerSettings>;
44
+ /**
45
+ * @generated from message IT.WebServices.Fragments.Merch.Shopify.ShopifyStoreConfig
46
+ */
47
+ export type ShopifyStoreConfig = Message<"IT.WebServices.Fragments.Merch.Shopify.ShopifyStoreConfig"> & {
48
+ /**
49
+ * @generated from field: string InternalStoreID = 1;
50
+ */
51
+ InternalStoreID: string;
52
+ /**
53
+ * @generated from field: string StoreName = 2;
54
+ */
55
+ StoreName: string;
56
+ /**
57
+ * @generated from field: string StoreAdminToken = 3;
58
+ */
59
+ StoreAdminToken: string;
60
+ /**
61
+ * @generated from field: string StorefrontDomain = 4;
62
+ */
63
+ StorefrontDomain: string;
64
+ /**
65
+ * @generated from field: repeated string CollectionIds = 5;
66
+ */
67
+ CollectionIds: string[];
68
+ };
69
+ /**
70
+ * Describes the message IT.WebServices.Fragments.Merch.Shopify.ShopifyStoreConfig.
71
+ * Use `create(ShopifyStoreConfigSchema)` to create a new message.
72
+ */
73
+ export declare const ShopifyStoreConfigSchema: GenMessage<ShopifyStoreConfig>;
@@ -0,0 +1 @@
1
+ export * from './ShopifySettings_pb';
@@ -0,0 +1,35 @@
1
+ /**
2
+ * @generated from service IT.WebServices.Fragments.Merch.AdminMerchInterface
3
+ */
4
+ export declare const AdminMerchInterface: {
5
+ readonly typeName: "IT.WebServices.Fragments.Merch.AdminMerchInterface";
6
+ readonly methods: {
7
+ /**
8
+ * @generated from rpc IT.WebServices.Fragments.Merch.AdminMerchInterface.MerchBulkActionCancel
9
+ */
10
+ readonly merchBulkActionCancel: {
11
+ readonly name: "MerchBulkActionCancel";
12
+ readonly I: any;
13
+ readonly O: any;
14
+ readonly kind: any;
15
+ };
16
+ /**
17
+ * @generated from rpc IT.WebServices.Fragments.Merch.AdminMerchInterface.MerchBulkActionStart
18
+ */
19
+ readonly merchBulkActionStart: {
20
+ readonly name: "MerchBulkActionStart";
21
+ readonly I: any;
22
+ readonly O: any;
23
+ readonly kind: any;
24
+ };
25
+ /**
26
+ * @generated from rpc IT.WebServices.Fragments.Merch.AdminMerchInterface.MerchBulkActionStatus
27
+ */
28
+ readonly merchBulkActionStatus: {
29
+ readonly name: "MerchBulkActionStatus";
30
+ readonly I: any;
31
+ readonly O: any;
32
+ readonly kind: any;
33
+ };
34
+ };
35
+ };
@@ -0,0 +1,26 @@
1
+ /**
2
+ * @generated from service IT.WebServices.Fragments.Merch.MerchInterface
3
+ */
4
+ export declare const MerchInterface: {
5
+ readonly typeName: "IT.WebServices.Fragments.Merch.MerchInterface";
6
+ readonly methods: {
7
+ /**
8
+ * @generated from rpc IT.WebServices.Fragments.Merch.MerchInterface.GetMerch
9
+ */
10
+ readonly getMerch: {
11
+ readonly name: "GetMerch";
12
+ readonly I: any;
13
+ readonly O: any;
14
+ readonly kind: any;
15
+ };
16
+ /**
17
+ * @generated from rpc IT.WebServices.Fragments.Merch.MerchInterface.SearchMerch
18
+ */
19
+ readonly searchMerch: {
20
+ readonly name: "SearchMerch";
21
+ readonly I: any;
22
+ readonly O: any;
23
+ readonly kind: any;
24
+ };
25
+ };
26
+ };
@@ -0,0 +1,2 @@
1
+ export * from './AdminMerchInterface_connect';
2
+ export * from './MerchInterface_connect';
@@ -0,0 +1,7 @@
1
+ export * from './AdminMerchInterface_pb';
2
+ export * from './GenericMerchRecords_pb';
3
+ export * from './MerchInterface_pb';
4
+ export * from './MerchSettings_pb';
5
+ export * from './SharedMerchTypes_pb';
6
+ export * as connect from './connect';
7
+ export * as Shopify from './Shopify';
@@ -2,6 +2,7 @@ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegen
2
2
  import type { CMSOwnerRecord, CMSPrivateRecord, CMSPublicRecord, CommentsOwnerRecord, CommentsPrivateRecord, CommentsPublicRecord, NotificationOwnerRecord, NotificationPrivateRecord, NotificationPublicRecord, PersonalizationOwnerRecord, PersonalizationPrivateRecord, PersonalizationPublicRecord, SettingsOwnerData, SettingsPrivateData, SettingsPublicData, SubscriptionOwnerRecord, SubscriptionPrivateRecord, SubscriptionPublicRecord } from "./SettingsRecord_pb";
3
3
  import type { APIError } from "../Errors_pb";
4
4
  import type { EventOwnerSettings, EventPrivateSettings, EventPublicSettings } from "../Authorization/Events/EventsSettings_pb";
5
+ import type { MerchOwnerSettings, MerchPublicSettings } from "../Merch/MerchSettings_pb";
5
6
  import type { Message } from "@bufbuild/protobuf";
6
7
  /**
7
8
  * Describes the file Protos/IT/WebServices/Fragments/Settings/SettingsInterface.proto.
@@ -688,6 +689,62 @@ export type ModifyEventOwnerSettingsResponse = Message<"IT.WebServices.Fragments
688
689
  * Use `create(ModifyEventOwnerSettingsResponseSchema)` to create a new message.
689
690
  */
690
691
  export declare const ModifyEventOwnerSettingsResponseSchema: GenMessage<ModifyEventOwnerSettingsResponse>;
692
+ /**
693
+ * @generated from message IT.WebServices.Fragments.Settings.ModifyMerchPublicSettingsRequest
694
+ */
695
+ export type ModifyMerchPublicSettingsRequest = Message<"IT.WebServices.Fragments.Settings.ModifyMerchPublicSettingsRequest"> & {
696
+ /**
697
+ * @generated from field: IT.WebServices.Fragments.Merch.MerchPublicSettings Data = 1;
698
+ */
699
+ Data?: MerchPublicSettings;
700
+ };
701
+ /**
702
+ * Describes the message IT.WebServices.Fragments.Settings.ModifyMerchPublicSettingsRequest.
703
+ * Use `create(ModifyMerchPublicSettingsRequestSchema)` to create a new message.
704
+ */
705
+ export declare const ModifyMerchPublicSettingsRequestSchema: GenMessage<ModifyMerchPublicSettingsRequest>;
706
+ /**
707
+ * @generated from message IT.WebServices.Fragments.Settings.ModifyMerchPublicSettingsResponse
708
+ */
709
+ export type ModifyMerchPublicSettingsResponse = Message<"IT.WebServices.Fragments.Settings.ModifyMerchPublicSettingsResponse"> & {
710
+ /**
711
+ * @generated from field: IT.WebServices.Fragments.APIError Error = 1;
712
+ */
713
+ Error?: APIError;
714
+ };
715
+ /**
716
+ * Describes the message IT.WebServices.Fragments.Settings.ModifyMerchPublicSettingsResponse.
717
+ * Use `create(ModifyMerchPublicSettingsResponseSchema)` to create a new message.
718
+ */
719
+ export declare const ModifyMerchPublicSettingsResponseSchema: GenMessage<ModifyMerchPublicSettingsResponse>;
720
+ /**
721
+ * @generated from message IT.WebServices.Fragments.Settings.ModifyMerchOwnerSettingsRequest
722
+ */
723
+ export type ModifyMerchOwnerSettingsRequest = Message<"IT.WebServices.Fragments.Settings.ModifyMerchOwnerSettingsRequest"> & {
724
+ /**
725
+ * @generated from field: IT.WebServices.Fragments.Merch.MerchOwnerSettings Data = 1;
726
+ */
727
+ Data?: MerchOwnerSettings;
728
+ };
729
+ /**
730
+ * Describes the message IT.WebServices.Fragments.Settings.ModifyMerchOwnerSettingsRequest.
731
+ * Use `create(ModifyMerchOwnerSettingsRequestSchema)` to create a new message.
732
+ */
733
+ export declare const ModifyMerchOwnerSettingsRequestSchema: GenMessage<ModifyMerchOwnerSettingsRequest>;
734
+ /**
735
+ * @generated from message IT.WebServices.Fragments.Settings.ModifyMerchOwnerSettingsResponse
736
+ */
737
+ export type ModifyMerchOwnerSettingsResponse = Message<"IT.WebServices.Fragments.Settings.ModifyMerchOwnerSettingsResponse"> & {
738
+ /**
739
+ * @generated from field: IT.WebServices.Fragments.APIError Error = 1;
740
+ */
741
+ Error?: APIError;
742
+ };
743
+ /**
744
+ * Describes the message IT.WebServices.Fragments.Settings.ModifyMerchOwnerSettingsResponse.
745
+ * Use `create(ModifyMerchOwnerSettingsResponseSchema)` to create a new message.
746
+ */
747
+ export declare const ModifyMerchOwnerSettingsResponseSchema: GenMessage<ModifyMerchOwnerSettingsResponse>;
691
748
  /**
692
749
  * Service for Settings service fragment interface
693
750
  *
@@ -928,4 +985,20 @@ export declare const SettingsInterface: GenService<{
928
985
  input: typeof ModifyEventOwnerSettingsRequestSchema;
929
986
  output: typeof ModifyEventOwnerSettingsResponseSchema;
930
987
  };
988
+ /**
989
+ * @generated from rpc IT.WebServices.Fragments.Settings.SettingsInterface.ModifyMerchPublicSettings
990
+ */
991
+ modifyMerchPublicSettings: {
992
+ methodKind: "unary";
993
+ input: typeof ModifyMerchPublicSettingsRequestSchema;
994
+ output: typeof ModifyMerchPublicSettingsResponseSchema;
995
+ };
996
+ /**
997
+ * @generated from rpc IT.WebServices.Fragments.Settings.SettingsInterface.ModifyMerchOwnerSettings
998
+ */
999
+ modifyMerchOwnerSettings: {
1000
+ methodKind: "unary";
1001
+ input: typeof ModifyMerchOwnerSettingsRequestSchema;
1002
+ output: typeof ModifyMerchOwnerSettingsResponseSchema;
1003
+ };
931
1004
  }>;
@@ -10,6 +10,7 @@ import type { LayoutEnum } from "../Content/SharedTypes_pb";
10
10
  import type { CommentOrder, CommentRestrictionMinimum } from "../Comment/SharedTypes_pb";
11
11
  import type { SendgridOwnerSettings } from "../Notification/NotificationSettings_pb";
12
12
  import type { EventOwnerSettings, EventPrivateSettings, EventPublicSettings } from "../Authorization/Events/EventsSettings_pb";
13
+ import type { MerchOwnerSettings, MerchPrivateSettings, MerchPublicSettings } from "../Merch/MerchSettings_pb";
13
14
  import type { Message } from "@bufbuild/protobuf";
14
15
  /**
15
16
  * Describes the file Protos/IT/WebServices/Fragments/Settings/SettingsRecord.proto.
@@ -81,6 +82,10 @@ export type SettingsPublicData = Message<"IT.WebServices.Fragments.Settings.Sett
81
82
  * @generated from field: IT.WebServices.Fragments.Authorization.Events.EventPublicSettings Events = 15;
82
83
  */
83
84
  Events?: EventPublicSettings;
85
+ /**
86
+ * @generated from field: IT.WebServices.Fragments.Merch.MerchPublicSettings Merch = 16;
87
+ */
88
+ Merch?: MerchPublicSettings;
84
89
  };
85
90
  /**
86
91
  * Describes the message IT.WebServices.Fragments.Settings.SettingsPublicData.
@@ -121,6 +126,10 @@ export type SettingsPrivateData = Message<"IT.WebServices.Fragments.Settings.Set
121
126
  * @generated from field: IT.WebServices.Fragments.Authorization.Events.EventPrivateSettings Events = 15;
122
127
  */
123
128
  Events?: EventPrivateSettings;
129
+ /**
130
+ * @generated from field: IT.WebServices.Fragments.Merch.MerchPrivateSettings Merch = 16;
131
+ */
132
+ Merch?: MerchPrivateSettings;
124
133
  };
125
134
  /**
126
135
  * Describes the message IT.WebServices.Fragments.Settings.SettingsPrivateData.
@@ -157,6 +166,10 @@ export type SettingsOwnerData = Message<"IT.WebServices.Fragments.Settings.Setti
157
166
  * @generated from field: IT.WebServices.Fragments.Authorization.Events.EventOwnerSettings Events = 15;
158
167
  */
159
168
  Events?: EventOwnerSettings;
169
+ /**
170
+ * @generated from field: IT.WebServices.Fragments.Merch.MerchOwnerSettings Merch = 16;
171
+ */
172
+ Merch?: MerchOwnerSettings;
160
173
  };
161
174
  /**
162
175
  * Describes the message IT.WebServices.Fragments.Settings.SettingsOwnerData.
@@ -264,5 +264,23 @@ export declare const SettingsInterface: {
264
264
  readonly O: any;
265
265
  readonly kind: any;
266
266
  };
267
+ /**
268
+ * @generated from rpc IT.WebServices.Fragments.Settings.SettingsInterface.ModifyMerchPublicSettings
269
+ */
270
+ readonly modifyMerchPublicSettings: {
271
+ readonly name: "ModifyMerchPublicSettings";
272
+ readonly I: any;
273
+ readonly O: any;
274
+ readonly kind: any;
275
+ };
276
+ /**
277
+ * @generated from rpc IT.WebServices.Fragments.Settings.SettingsInterface.ModifyMerchOwnerSettings
278
+ */
279
+ readonly modifyMerchOwnerSettings: {
280
+ readonly name: "ModifyMerchOwnerSettings";
281
+ readonly I: any;
282
+ readonly O: any;
283
+ readonly kind: any;
284
+ };
267
285
  };
268
286
  };
@@ -8,6 +8,7 @@ export * as Comment from './Comment';
8
8
  export * as Content from './Content';
9
9
  export * as Dashboard from './Dashboard';
10
10
  export * as Generic from './Generic';
11
+ export * as Merch from './Merch';
11
12
  export * as Notification from './Notification';
12
13
  export * as Page from './Page';
13
14
  export * as Settings from './Settings';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inverted-tech/fragments",
3
- "version": "0.11.3",
3
+ "version": "0.12.0",
4
4
  "description": "Types and JS runtime for Inverted protocol buffers (Fragments)",
5
5
  "types": "dist/protos/index.d.ts",
6
6
  "module": "dist/esm/index.js",
@@ -25,274 +25,121 @@
25
25
  "import": "./dist/esm/index.js",
26
26
  "default": "./dist/esm/index.js"
27
27
  },
28
- "./protos/": {
29
- "types": "./dist/protos/",
30
- "import": "./dist/esm/"
31
- },
32
- "./protos/*": {
33
- "types": "./dist/protos/*.d.ts",
34
- "import": "./dist/esm/*.js"
35
- },
36
28
  "./AuditLog": {
37
29
  "types": "./dist/protos/AuditLog/index.d.ts",
38
30
  "import": "./dist/esm/AuditLog/index.js",
39
31
  "default": "./dist/esm/AuditLog/index.js"
40
32
  },
41
- "./AuditLog/": {
42
- "types": "./dist/protos/AuditLog/",
43
- "import": "./dist/esm/AuditLog/"
44
- },
45
- "./AuditLog/*": {
46
- "types": "./dist/protos/AuditLog/*.d.ts",
47
- "import": "./dist/esm/AuditLog/*.js"
48
- },
49
33
  "./Authorization": {
50
34
  "types": "./dist/protos/Authorization/index.d.ts",
51
35
  "import": "./dist/esm/Authorization/index.js",
52
36
  "default": "./dist/esm/Authorization/index.js"
53
37
  },
54
- "./Authorization/": {
55
- "types": "./dist/protos/Authorization/",
56
- "import": "./dist/esm/Authorization/"
57
- },
58
- "./Authorization/*": {
59
- "types": "./dist/protos/Authorization/*.d.ts",
60
- "import": "./dist/esm/Authorization/*.js"
61
- },
62
38
  "./Authorization/Events": {
63
39
  "types": "./dist/protos/Authorization/Events/index.d.ts",
64
40
  "import": "./dist/esm/Authorization/Events/index.js",
65
41
  "default": "./dist/esm/Authorization/Events/index.js"
66
42
  },
67
- "./Authorization/Events/": {
68
- "types": "./dist/protos/Authorization/Events/",
69
- "import": "./dist/esm/Authorization/Events/"
70
- },
71
- "./Authorization/Events/*": {
72
- "types": "./dist/protos/Authorization/Events/*.d.ts",
73
- "import": "./dist/esm/Authorization/Events/*.js"
74
- },
75
43
  "./Authorization/Payments": {
76
44
  "types": "./dist/protos/Authorization/Payments/index.d.ts",
77
45
  "import": "./dist/esm/Authorization/Payments/index.js",
78
46
  "default": "./dist/esm/Authorization/Payments/index.js"
79
47
  },
80
- "./Authorization/Payments/": {
81
- "types": "./dist/protos/Authorization/Payments/",
82
- "import": "./dist/esm/Authorization/Payments/"
83
- },
84
- "./Authorization/Payments/*": {
85
- "types": "./dist/protos/Authorization/Payments/*.d.ts",
86
- "import": "./dist/esm/Authorization/Payments/*.js"
87
- },
88
48
  "./Authorization/Payments/Crypto": {
89
49
  "types": "./dist/protos/Authorization/Payments/Crypto/index.d.ts",
90
50
  "import": "./dist/esm/Authorization/Payments/Crypto/index.js",
91
51
  "default": "./dist/esm/Authorization/Payments/Crypto/index.js"
92
52
  },
93
- "./Authorization/Payments/Crypto/": {
94
- "types": "./dist/protos/Authorization/Payments/Crypto/",
95
- "import": "./dist/esm/Authorization/Payments/Crypto/"
96
- },
97
- "./Authorization/Payments/Crypto/*": {
98
- "types": "./dist/protos/Authorization/Payments/Crypto/*.d.ts",
99
- "import": "./dist/esm/Authorization/Payments/Crypto/*.js"
100
- },
101
53
  "./Authorization/Payments/Fortis": {
102
54
  "types": "./dist/protos/Authorization/Payments/Fortis/index.d.ts",
103
55
  "import": "./dist/esm/Authorization/Payments/Fortis/index.js",
104
56
  "default": "./dist/esm/Authorization/Payments/Fortis/index.js"
105
57
  },
106
- "./Authorization/Payments/Fortis/": {
107
- "types": "./dist/protos/Authorization/Payments/Fortis/",
108
- "import": "./dist/esm/Authorization/Payments/Fortis/"
109
- },
110
- "./Authorization/Payments/Fortis/*": {
111
- "types": "./dist/protos/Authorization/Payments/Fortis/*.d.ts",
112
- "import": "./dist/esm/Authorization/Payments/Fortis/*.js"
113
- },
114
58
  "./Authorization/Payments/Manual": {
115
59
  "types": "./dist/protos/Authorization/Payments/Manual/index.d.ts",
116
60
  "import": "./dist/esm/Authorization/Payments/Manual/index.js",
117
61
  "default": "./dist/esm/Authorization/Payments/Manual/index.js"
118
62
  },
119
- "./Authorization/Payments/Manual/": {
120
- "types": "./dist/protos/Authorization/Payments/Manual/",
121
- "import": "./dist/esm/Authorization/Payments/Manual/"
122
- },
123
- "./Authorization/Payments/Manual/*": {
124
- "types": "./dist/protos/Authorization/Payments/Manual/*.d.ts",
125
- "import": "./dist/esm/Authorization/Payments/Manual/*.js"
126
- },
127
63
  "./Authorization/Payments/Paypal": {
128
64
  "types": "./dist/protos/Authorization/Payments/Paypal/index.d.ts",
129
65
  "import": "./dist/esm/Authorization/Payments/Paypal/index.js",
130
66
  "default": "./dist/esm/Authorization/Payments/Paypal/index.js"
131
67
  },
132
- "./Authorization/Payments/Paypal/": {
133
- "types": "./dist/protos/Authorization/Payments/Paypal/",
134
- "import": "./dist/esm/Authorization/Payments/Paypal/"
135
- },
136
- "./Authorization/Payments/Paypal/*": {
137
- "types": "./dist/protos/Authorization/Payments/Paypal/*.d.ts",
138
- "import": "./dist/esm/Authorization/Payments/Paypal/*.js"
139
- },
140
68
  "./Authorization/Payments/Stripe": {
141
69
  "types": "./dist/protos/Authorization/Payments/Stripe/index.d.ts",
142
70
  "import": "./dist/esm/Authorization/Payments/Stripe/index.js",
143
71
  "default": "./dist/esm/Authorization/Payments/Stripe/index.js"
144
72
  },
145
- "./Authorization/Payments/Stripe/": {
146
- "types": "./dist/protos/Authorization/Payments/Stripe/",
147
- "import": "./dist/esm/Authorization/Payments/Stripe/"
148
- },
149
- "./Authorization/Payments/Stripe/*": {
150
- "types": "./dist/protos/Authorization/Payments/Stripe/*.d.ts",
151
- "import": "./dist/esm/Authorization/Payments/Stripe/*.js"
73
+ "./Authorization/Payments/Tax": {
74
+ "types": "./dist/protos/Authorization/Payments/Tax/index.d.ts",
75
+ "import": "./dist/esm/Authorization/Payments/Tax/index.js",
76
+ "default": "./dist/esm/Authorization/Payments/Tax/index.js"
152
77
  },
153
78
  "./Authentication": {
154
79
  "types": "./dist/protos/Authentication/index.d.ts",
155
80
  "import": "./dist/esm/Authentication/index.js",
156
81
  "default": "./dist/esm/Authentication/index.js"
157
82
  },
158
- "./Authentication/": {
159
- "types": "./dist/protos/Authentication/",
160
- "import": "./dist/esm/Authentication/"
161
- },
162
- "./Authentication/*": {
163
- "types": "./dist/protos/Authentication/*.d.ts",
164
- "import": "./dist/esm/Authentication/*.js"
165
- },
166
83
  "./Careers": {
167
84
  "types": "./dist/protos/Careers/index.d.ts",
168
85
  "import": "./dist/esm/Careers/index.js",
169
86
  "default": "./dist/esm/Careers/index.js"
170
87
  },
171
- "./Careers/": {
172
- "types": "./dist/protos/Careers/",
173
- "import": "./dist/esm/Careers/"
174
- },
175
- "./Careers/*": {
176
- "types": "./dist/protos/Careers/*.d.ts",
177
- "import": "./dist/esm/Careers/*.js"
178
- },
179
88
  "./Comment": {
180
89
  "types": "./dist/protos/Comment/index.d.ts",
181
90
  "import": "./dist/esm/Comment/index.js",
182
91
  "default": "./dist/esm/Comment/index.js"
183
92
  },
184
- "./Comment/": {
185
- "types": "./dist/protos/Comment/",
186
- "import": "./dist/esm/Comment/"
187
- },
188
- "./Comment/*": {
189
- "types": "./dist/protos/Comment/*.d.ts",
190
- "import": "./dist/esm/Comment/*.js"
191
- },
192
93
  "./Content": {
193
94
  "types": "./dist/protos/Content/index.d.ts",
194
95
  "import": "./dist/esm/Content/index.js",
195
96
  "default": "./dist/esm/Content/index.js"
196
97
  },
197
- "./Content/": {
198
- "types": "./dist/protos/Content/",
199
- "import": "./dist/esm/Content/"
200
- },
201
- "./Content/*": {
202
- "types": "./dist/protos/Content/*.d.ts",
203
- "import": "./dist/esm/Content/*.js"
204
- },
205
98
  "./Content/Music": {
206
99
  "types": "./dist/protos/Content/Music/index.d.ts",
207
100
  "import": "./dist/esm/Content/Music/index.js",
208
101
  "default": "./dist/esm/Content/Music/index.js"
209
102
  },
210
- "./Content/Music/": {
211
- "types": "./dist/protos/Content/Music/",
212
- "import": "./dist/esm/Content/Music/"
213
- },
214
- "./Content/Music/*": {
215
- "types": "./dist/protos/Content/Music/*.d.ts",
216
- "import": "./dist/esm/Content/Music/*.js"
217
- },
218
103
  "./Content/Stats": {
219
104
  "types": "./dist/protos/Content/Stats/index.d.ts",
220
105
  "import": "./dist/esm/Content/Stats/index.js",
221
106
  "default": "./dist/esm/Content/Stats/index.js"
222
107
  },
223
- "./Content/Stats/": {
224
- "types": "./dist/protos/Content/Stats/",
225
- "import": "./dist/esm/Content/Stats/"
226
- },
227
- "./Content/Stats/*": {
228
- "types": "./dist/protos/Content/Stats/*.d.ts",
229
- "import": "./dist/esm/Content/Stats/*.js"
230
- },
231
108
  "./Dashboard": {
232
109
  "types": "./dist/protos/Dashboard/index.d.ts",
233
110
  "import": "./dist/esm/Dashboard/index.js",
234
111
  "default": "./dist/esm/Dashboard/index.js"
235
112
  },
236
- "./Dashboard/": {
237
- "types": "./dist/protos/Dashboard/",
238
- "import": "./dist/esm/Dashboard/"
239
- },
240
- "./Dashboard/*": {
241
- "types": "./dist/protos/Dashboard/*.d.ts",
242
- "import": "./dist/esm/Dashboard/*.js"
243
- },
244
113
  "./Generic": {
245
114
  "types": "./dist/protos/Generic/index.d.ts",
246
115
  "import": "./dist/esm/Generic/index.js",
247
116
  "default": "./dist/esm/Generic/index.js"
248
117
  },
249
- "./Generic/": {
250
- "types": "./dist/protos/Generic/",
251
- "import": "./dist/esm/Generic/"
118
+ "./Merch": {
119
+ "types": "./dist/protos/Merch/index.d.ts",
120
+ "import": "./dist/esm/Merch/index.js",
121
+ "default": "./dist/esm/Merch/index.js"
252
122
  },
253
- "./Generic/*": {
254
- "types": "./dist/protos/Generic/*.d.ts",
255
- "import": "./dist/esm/Generic/*.js"
123
+ "./Merch/Shopify": {
124
+ "types": "./dist/protos/Merch/Shopify/index.d.ts",
125
+ "import": "./dist/esm/Merch/Shopify/index.js",
126
+ "default": "./dist/esm/Merch/Shopify/index.js"
256
127
  },
257
128
  "./Notification": {
258
129
  "types": "./dist/protos/Notification/index.d.ts",
259
130
  "import": "./dist/esm/Notification/index.js",
260
131
  "default": "./dist/esm/Notification/index.js"
261
132
  },
262
- "./Notification/": {
263
- "types": "./dist/protos/Notification/",
264
- "import": "./dist/esm/Notification/"
265
- },
266
- "./Notification/*": {
267
- "types": "./dist/protos/Notification/*.d.ts",
268
- "import": "./dist/esm/Notification/*.js"
269
- },
270
133
  "./Page": {
271
134
  "types": "./dist/protos/Page/index.d.ts",
272
135
  "import": "./dist/esm/Page/index.js",
273
136
  "default": "./dist/esm/Page/index.js"
274
137
  },
275
- "./Page/": {
276
- "types": "./dist/protos/Page/",
277
- "import": "./dist/esm/Page/"
278
- },
279
- "./Page/*": {
280
- "types": "./dist/protos/Page/*.d.ts",
281
- "import": "./dist/esm/Page/*.js"
282
- },
283
138
  "./Settings": {
284
139
  "types": "./dist/protos/Settings/index.d.ts",
285
140
  "import": "./dist/esm/Settings/index.js",
286
141
  "default": "./dist/esm/Settings/index.js"
287
142
  },
288
- "./Settings/": {
289
- "types": "./dist/protos/Settings/",
290
- "import": "./dist/esm/Settings/"
291
- },
292
- "./Settings/*": {
293
- "types": "./dist/protos/Settings/*.d.ts",
294
- "import": "./dist/esm/Settings/*.js"
295
- },
296
143
  "./validation": {
297
144
  "types": "./dist/protos/validation.d.ts",
298
145
  "import": "./dist/esm/validation.js"
@@ -301,10 +148,6 @@
301
148
  "types": "./dist/protos/api.d.ts",
302
149
  "import": "./dist/esm/api.js"
303
150
  },
304
- "./*": {
305
- "types": "./dist/*",
306
- "import": "./dist/esm/*"
307
- },
308
151
  "./errors": {
309
152
  "types": "./dist/protos/Errors_pb.d.ts",
310
153
  "import": "./dist/esm/Errors_pb.js"