@inverted-tech/fragments 0.11.3 → 0.12.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.
Files changed (94) hide show
  1. package/dist/esm/AuditLog/connect/index.js +1 -1
  2. package/dist/esm/Authentication/connect/index.js +3 -1
  3. package/dist/esm/Authorization/Events/connect/index.js +2 -1
  4. package/dist/esm/Authorization/Payment/Crypto/connect/index.js +2 -1
  5. package/dist/esm/Authorization/Payment/Fortis/connect/index.js +1 -1
  6. package/dist/esm/Authorization/Payment/Manual/connect/index.js +2 -1
  7. package/dist/esm/Authorization/Payment/Paypal/connect/index.js +1 -1
  8. package/dist/esm/Authorization/Payment/SharedTypes_pb.js +17 -5
  9. package/dist/esm/Authorization/Payment/Stripe/StripeInterface_pb.js +9 -101
  10. package/dist/esm/Authorization/Payment/Stripe/connect/StripeInterface_connect.js +0 -2
  11. package/dist/esm/Authorization/Payment/Stripe/connect/index.js +1 -1
  12. package/dist/esm/Authorization/Payment/Tax/BackupInterface_pb.js +73 -0
  13. package/dist/esm/Authorization/Payment/Tax/TaxRecords_pb.js +13 -0
  14. package/dist/esm/Authorization/Payment/Tax/connect/BackupInterface_connect.js +37 -0
  15. package/dist/esm/Authorization/Payment/Tax/connect/index.js +2 -0
  16. package/dist/esm/Authorization/Payment/Tax/index.js +4 -0
  17. package/dist/esm/Authorization/Payment/connect/index.js +3 -1
  18. package/dist/esm/Authorization/Payment/index.js +1 -0
  19. package/dist/esm/Authorization/connect/index.js +1 -1
  20. package/dist/esm/Careers/connect/index.js +1 -1
  21. package/dist/esm/Comment/connect/index.js +1 -1
  22. package/dist/esm/Content/Content_pb.js +36 -31
  23. package/dist/esm/Content/Music/connect/index.js +1 -1
  24. package/dist/esm/Content/Stats/connect/index.js +6 -1
  25. package/dist/esm/Content/connect/Content_connect.js +9 -0
  26. package/dist/esm/Content/connect/index.js +4 -1
  27. package/dist/esm/Dashboard/connect/index.js +1 -1
  28. package/dist/esm/Generic/connect/index.js +1 -1
  29. package/dist/esm/Merch/AdminMerchInterface_pb.js +44 -0
  30. package/dist/esm/Merch/GenericMerchRecords_pb.js +30 -0
  31. package/dist/esm/Merch/MerchInterface_pb.js +40 -0
  32. package/dist/esm/Merch/MerchSettings_pb.js +25 -0
  33. package/dist/esm/Merch/SharedMerchTypes_pb.js +73 -0
  34. package/dist/esm/Merch/Shopify/ShopifySettings_pb.js +29 -0
  35. package/dist/esm/Merch/Shopify/index.js +2 -0
  36. package/dist/esm/Merch/connect/AdminMerchInterface_connect.js +40 -0
  37. package/dist/esm/Merch/connect/MerchInterface_connect.js +31 -0
  38. package/dist/esm/Merch/connect/index.js +3 -0
  39. package/dist/esm/Merch/index.js +8 -0
  40. package/dist/esm/Notification/connect/index.js +2 -1
  41. package/dist/esm/Page/connect/index.js +1 -1
  42. package/dist/esm/Settings/SettingsInterface_pb.js +22 -1
  43. package/dist/esm/Settings/SettingsRecord_pb.js +2 -1
  44. package/dist/esm/Settings/connect/SettingsInterface_connect.js +18 -0
  45. package/dist/esm/Settings/connect/index.js +2 -1
  46. package/dist/esm/google/api/http_pb.js +1 -1
  47. package/dist/esm/index.js +1 -0
  48. package/dist/protos/AuditLog/connect/index.d.ts +1 -1
  49. package/dist/protos/Authentication/connect/index.d.ts +3 -1
  50. package/dist/protos/Authorization/Events/connect/index.d.ts +2 -1
  51. package/dist/protos/Authorization/Payment/Crypto/connect/index.d.ts +2 -1
  52. package/dist/protos/Authorization/Payment/Fortis/connect/index.d.ts +1 -1
  53. package/dist/protos/Authorization/Payment/Manual/connect/index.d.ts +2 -1
  54. package/dist/protos/Authorization/Payment/Paypal/connect/index.d.ts +1 -1
  55. package/dist/protos/Authorization/Payment/SharedTypes_pb.d.ts +16 -4
  56. package/dist/protos/Authorization/Payment/Stripe/StripeInterface_pb.d.ts +15 -287
  57. package/dist/protos/Authorization/Payment/Stripe/connect/StripeInterface_connect.d.ts +0 -2
  58. package/dist/protos/Authorization/Payment/Stripe/connect/index.d.ts +1 -1
  59. package/dist/protos/Authorization/Payment/Tax/BackupInterface_pb.d.ts +199 -0
  60. package/dist/protos/Authorization/Payment/Tax/TaxRecords_pb.d.ts +42 -0
  61. package/dist/protos/Authorization/Payment/Tax/connect/BackupInterface_connect.d.ts +32 -0
  62. package/dist/protos/Authorization/Payment/Tax/connect/index.d.ts +1 -0
  63. package/dist/protos/Authorization/Payment/Tax/index.d.ts +3 -0
  64. package/dist/protos/Authorization/Payment/connect/index.d.ts +3 -1
  65. package/dist/protos/Authorization/Payment/index.d.ts +1 -0
  66. package/dist/protos/Authorization/connect/index.d.ts +1 -1
  67. package/dist/protos/Careers/connect/index.d.ts +1 -1
  68. package/dist/protos/Comment/connect/index.d.ts +1 -1
  69. package/dist/protos/Content/Content_pb.d.ts +23 -1
  70. package/dist/protos/Content/Music/connect/index.d.ts +1 -1
  71. package/dist/protos/Content/Stats/connect/index.d.ts +6 -1
  72. package/dist/protos/Content/connect/Content_connect.d.ts +9 -0
  73. package/dist/protos/Content/connect/index.d.ts +4 -1
  74. package/dist/protos/Dashboard/connect/index.d.ts +1 -1
  75. package/dist/protos/Generic/connect/index.d.ts +1 -1
  76. package/dist/protos/Merch/AdminMerchInterface_pb.d.ts +115 -0
  77. package/dist/protos/Merch/GenericMerchRecords_pb.d.ts +180 -0
  78. package/dist/protos/Merch/MerchInterface_pb.d.ts +143 -0
  79. package/dist/protos/Merch/MerchSettings_pb.d.ts +49 -0
  80. package/dist/protos/Merch/SharedMerchTypes_pb.d.ts +118 -0
  81. package/dist/protos/Merch/Shopify/ShopifySettings_pb.d.ts +73 -0
  82. package/dist/protos/Merch/Shopify/index.d.ts +1 -0
  83. package/dist/protos/Merch/connect/AdminMerchInterface_connect.d.ts +35 -0
  84. package/dist/protos/Merch/connect/MerchInterface_connect.d.ts +26 -0
  85. package/dist/protos/Merch/connect/index.d.ts +2 -0
  86. package/dist/protos/Merch/index.d.ts +7 -0
  87. package/dist/protos/Notification/connect/index.d.ts +2 -1
  88. package/dist/protos/Page/connect/index.d.ts +1 -1
  89. package/dist/protos/Settings/SettingsInterface_pb.d.ts +73 -0
  90. package/dist/protos/Settings/SettingsRecord_pb.d.ts +13 -0
  91. package/dist/protos/Settings/connect/SettingsInterface_connect.d.ts +18 -0
  92. package/dist/protos/Settings/connect/index.d.ts +2 -1
  93. package/dist/protos/index.d.ts +1 -0
  94. package/package.json +43 -200
@@ -1,2 +1,2 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './AuditLogInterface_connect.js';
@@ -1,2 +1,4 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './Backup_connect.js';
3
+ export * from './ServiceInterface_connect.js';
4
+ export * from './UserInterface_connect.js';
@@ -1,2 +1,3 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './AdminEventInterface_connect.js';
3
+ export * from './EventInterface_connect.js';
@@ -1,2 +1,3 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './Backup_connect.js';
3
+ export * from './BitcoinInterface_connect.js';
@@ -1,2 +1,2 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './FortisInterface_connect.js';
@@ -1,2 +1,3 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './Backup_connect.js';
3
+ export * from './ManualPaymentInterface_connect.js';
@@ -1,2 +1,2 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './PaypalInterface_connect.js';
@@ -6,7 +6,7 @@ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
6
  /**
7
7
  * Describes the file Protos/IT/WebServices/Fragments/Authorization/Payment/SharedTypes.proto.
8
8
  */
9
- export const file_Protos_IT_WebServices_Fragments_Authorization_Payment_SharedTypes = /*@__PURE__*/ fileDesc("CkdQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0F1dGhvcml6YXRpb24vUGF5bWVudC9TaGFyZWRUeXBlcy5wcm90bxIuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uUGF5bWVudCLXAgoZUGF5bWVudEJ1bGtBY3Rpb25Qcm9ncmVzcxJRCgZBY3Rpb24YASABKA4yQS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlBheW1lbnRCdWxrQWN0aW9uEhAKCFByb2dyZXNzGAIgASgCEhUKDVN0YXR1c01lc3NhZ2UYAyABKAkSMAoMQ3JlYXRlZE9uVVRDGBUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIxCg1DYW5jZWxlZE9uVVRDGBYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIyCg5Db21wbGV0ZWRPblVUQxgXIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEQoJQ3JlYXRlZEJ5GB8gASgJEhIKCkNhbmNlbGVkQnkYICABKAkqlAEKElN1YnNjcmlwdGlvblN0YXR1cxIYChRTdWJzY3JpcHRpb25fVW5rbm93bhAAEhgKFFN1YnNjcmlwdGlvbl9QZW5kaW5nEAESFwoTU3Vic2NyaXB0aW9uX0FjdGl2ZRACEhgKFFN1YnNjcmlwdGlvbl9TdG9wcGVkEAMSFwoTU3Vic2NyaXB0aW9uX1BhdXNlZBAEKnkKDVBheW1lbnRTdGF0dXMSEwoPUGF5bWVudF9Vbmtub3duEAASEwoPUGF5bWVudF9QZW5kaW5nEAESFAoQUGF5bWVudF9Db21wbGV0ZRACEhIKDlBheW1lbnRfRmFpbGVkEAMSFAoQUGF5bWVudF9SZWZ1bmRlZBAEKj0KEVBheW1lbnRCdWxrQWN0aW9uEhYKEkxvb2tGb3JOZXdQYXltZW50cxAAEhAKDFJlY29uY2lsZUFsbBABYgZwcm90bzM", [file_google_protobuf_timestamp]);
9
+ export const file_Protos_IT_WebServices_Fragments_Authorization_Payment_SharedTypes = /*@__PURE__*/ fileDesc("CkdQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0F1dGhvcml6YXRpb24vUGF5bWVudC9TaGFyZWRUeXBlcy5wcm90bxIuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uUGF5bWVudCLXAgoZUGF5bWVudEJ1bGtBY3Rpb25Qcm9ncmVzcxJRCgZBY3Rpb24YASABKA4yQS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlBheW1lbnRCdWxrQWN0aW9uEhAKCFByb2dyZXNzGAIgASgCEhUKDVN0YXR1c01lc3NhZ2UYAyABKAkSMAoMQ3JlYXRlZE9uVVRDGBUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIxCg1DYW5jZWxlZE9uVVRDGBYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIyCg5Db21wbGV0ZWRPblVUQxgXIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEQoJQ3JlYXRlZEJ5GB8gASgJEhIKCkNhbmNlbGVkQnkYICABKAkqlAEKElN1YnNjcmlwdGlvblN0YXR1cxIYChRTdWJzY3JpcHRpb25fVW5rbm93bhAAEhgKFFN1YnNjcmlwdGlvbl9QZW5kaW5nEAESFwoTU3Vic2NyaXB0aW9uX0FjdGl2ZRACEhgKFFN1YnNjcmlwdGlvbl9TdG9wcGVkEAMSFwoTU3Vic2NyaXB0aW9uX1BhdXNlZBAEKnkKDVBheW1lbnRTdGF0dXMSEwoPUGF5bWVudF9Vbmtub3duEAASEwoPUGF5bWVudF9QZW5kaW5nEAESFAoQUGF5bWVudF9Db21wbGV0ZRACEhIKDlBheW1lbnRfRmFpbGVkEAMSFAoQUGF5bWVudF9SZWZ1bmRlZBAEKp8BChFQYXltZW50QnVsa0FjdGlvbhIcChhMb29rRm9yTmV3UGF5bWVudHNPbmVEYXkQABIdChlMb29rRm9yTmV3UGF5bWVudHNPbmVXZWVrEAESHgoaTG9va0Zvck5ld1BheW1lbnRzT25lTW9udGgQAhIQCgxSZWNvbmNpbGVBbGwQAxIbChdSZWNvbmNpbGVTdHJpcGVUYXhSYXRlcxAEYgZwcm90bzM", [file_google_protobuf_timestamp]);
10
10
  /**
11
11
  * Describes the message IT.WebServices.Fragments.Authorization.Payment.PaymentBulkActionProgress.
12
12
  * Use `create(PaymentBulkActionProgressSchema)` to create a new message.
@@ -78,13 +78,25 @@ export const PaymentStatusSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServ
78
78
  export var PaymentBulkAction;
79
79
  (function (PaymentBulkAction) {
80
80
  /**
81
- * @generated from enum value: LookForNewPayments = 0;
81
+ * @generated from enum value: LookForNewPaymentsOneDay = 0;
82
82
  */
83
- PaymentBulkAction[PaymentBulkAction["LookForNewPayments"] = 0] = "LookForNewPayments";
83
+ PaymentBulkAction[PaymentBulkAction["LookForNewPaymentsOneDay"] = 0] = "LookForNewPaymentsOneDay";
84
84
  /**
85
- * @generated from enum value: ReconcileAll = 1;
85
+ * @generated from enum value: LookForNewPaymentsOneWeek = 1;
86
86
  */
87
- PaymentBulkAction[PaymentBulkAction["ReconcileAll"] = 1] = "ReconcileAll";
87
+ PaymentBulkAction[PaymentBulkAction["LookForNewPaymentsOneWeek"] = 1] = "LookForNewPaymentsOneWeek";
88
+ /**
89
+ * @generated from enum value: LookForNewPaymentsOneMonth = 2;
90
+ */
91
+ PaymentBulkAction[PaymentBulkAction["LookForNewPaymentsOneMonth"] = 2] = "LookForNewPaymentsOneMonth";
92
+ /**
93
+ * @generated from enum value: ReconcileAll = 3;
94
+ */
95
+ PaymentBulkAction[PaymentBulkAction["ReconcileAll"] = 3] = "ReconcileAll";
96
+ /**
97
+ * @generated from enum value: ReconcileStripeTaxRates = 4;
98
+ */
99
+ PaymentBulkAction[PaymentBulkAction["ReconcileStripeTaxRates"] = 4] = "ReconcileStripeTaxRates";
88
100
  })(PaymentBulkAction || (PaymentBulkAction = {}));
89
101
  /**
90
102
  * Describes the enum IT.WebServices.Fragments.Authorization.Payment.PaymentBulkAction.
@@ -9,120 +9,28 @@ import { file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_Produ
9
9
  /**
10
10
  * Describes the file Protos/IT/WebServices/Fragments/Authorization/Payment/Stripe/StripeInterface.proto.
11
11
  */
12
- export const file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface = /*@__PURE__*/ fileDesc("ClJQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0F1dGhvcml6YXRpb24vUGF5bWVudC9TdHJpcGUvU3RyaXBlSW50ZXJmYWNlLnByb3RvEjVJVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlN0cmlwZSI1CiNTdHJpcGVDaGVja090aGVyU3Vic2NyaXB0aW9uUmVxdWVzdBIOCgZVc2VySUQYASABKAkilQEKJFN0cmlwZUNoZWNrT3RoZXJTdWJzY3JpcHRpb25SZXNwb25zZRJeCgdSZWNvcmRzGAEgAygLMk0uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uUGF5bWVudC5HZW5lcmljU3Vic2NyaXB0aW9uRnVsbFJlY29yZBINCgVFcnJvchgCIAEoCSIjCiFTdHJpcGVDaGVja093blN1YnNjcmlwdGlvblJlcXVlc3QikwEKIlN0cmlwZUNoZWNrT3duU3Vic2NyaXB0aW9uUmVzcG9uc2USXgoHUmVjb3JkcxgBIAMoCzJNLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLlBheW1lbnQuR2VuZXJpY1N1YnNjcmlwdGlvbkZ1bGxSZWNvcmQSDQoFRXJyb3IYAiABKAkiLwocU3RyaXBlQ2hlY2tvdXRTZXNzaW9uUmVxdWVzdBIPCgdQcmljZUlEGAEgASgJIkIKHVN0cmlwZUNoZWNrb3V0U2Vzc2lvblJlc3BvbnNlEhIKClNlc3Npb25VcmwYASABKAkSDQoFRXJyb3IYAiABKAkiNgogU3RyaXBlQ3JlYXRlQmlsbGluZ1BvcnRhbFJlcXVlc3QSEgoKQ3VzdG9tZXJJRBgBIAEoCSI/CiFTdHJpcGVDcmVhdGVCaWxsaW5nUG9ydGFsUmVzcG9uc2USCwoDVXJsGAEgASgJEg0KBUVycm9yGAIgASgJIkAKIlN0cmlwZUZpbmlzaE93blN1YnNjcmlwdGlvblJlcXVlc3QSGgoSUHJvY2Vzc29yU2Vzc2lvbklEGAEgASgJIo8BCiNTdHJpcGVGaW5pc2hPd25TdWJzY3JpcHRpb25SZXNwb25zZRJZCgZSZWNvcmQYASABKAsySS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LkdlbmVyaWNTdWJzY3JpcHRpb25SZWNvcmQSDQoFRXJyb3IYAiABKAkiIAoeU3RyaXBlR2V0QWNjb3VudERldGFpbHNSZXF1ZXN0IokBCh9TdHJpcGVHZXRBY2NvdW50RGV0YWlsc1Jlc3BvbnNlElQKCFByb2R1Y3RzGAEgASgLMkIuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uUGF5bWVudC5TdHJpcGUuUHJvZHVjdExpc3QSEAoIQ2xpZW50SUQYAiABKAkiOgooU3RyaXBlR2V0T3RoZXJTdWJzY3JpcHRpb25SZWNvcmRzUmVxdWVzdBIOCgZVc2VySUQYASABKAkiiwEKKVN0cmlwZUdldE90aGVyU3Vic2NyaXB0aW9uUmVjb3Jkc1Jlc3BvbnNlEl4KB1JlY29yZHMYASADKAsyTS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LkdlbmVyaWNTdWJzY3JpcHRpb25GdWxsUmVjb3JkIigKJlN0cmlwZUdldE93blN1YnNjcmlwdGlvblJlY29yZHNSZXF1ZXN0IoUBCidTdHJpcGVHZXRPd25TdWJzY3JpcHRpb25SZWNvcmRzUmVzcG9uc2USWgoHUmVjb3JkcxgBIAMoCzJJLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLlBheW1lbnQuR2VuZXJpY1N1YnNjcmlwdGlvblJlY29yZCJxCiFTdHJpcGVFbnN1cmVPbmVUaW1lUHJvZHVjdFJlcXVlc3QSEgoKSW50ZXJuYWxJRBgBIAEoCRIMCgROYW1lGAIgASgJEhQKDE1pbmltdW1QcmljZRgLIAEoDRIUCgxNYXhpbXVtUHJpY2UYDCABKA0iMwoiU3RyaXBlRW5zdXJlT25lVGltZVByb2R1Y3RSZXNwb25zZRINCgVFcnJvchgBIAEoCSJRCidTdHJpcGVSZWNvbmNpbGVPdGhlclN1YnNjcmlwdGlvblJlcXVlc3QSDgoGVXNlcklEGAEgASgJEhYKDlN1YnNjcmlwdGlvbklEGAIgASgJIpgBCihTdHJpcGVSZWNvbmNpbGVPdGhlclN1YnNjcmlwdGlvblJlc3BvbnNlEl0KBlJlY29yZBgBIAEoCzJNLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLlBheW1lbnQuR2VuZXJpY1N1YnNjcmlwdGlvbkZ1bGxSZWNvcmQSDQoFRXJyb3IYAiABKAkiPwolU3RyaXBlUmVjb25jaWxlT3duU3Vic2NyaXB0aW9uUmVxdWVzdBIWCg5TdWJzY3JpcHRpb25JRBgBIAEoCSKWAQomU3RyaXBlUmVjb25jaWxlT3duU3Vic2NyaXB0aW9uUmVzcG9uc2USXQoGUmVjb3JkGAEgASgLMk0uSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uUGF5bWVudC5HZW5lcmljU3Vic2NyaXB0aW9uRnVsbFJlY29yZBINCgVFcnJvchgCIAEoCTKcAgoPU3RyaXBlSW50ZXJmYWNlEogCChtTdHJpcGVGaW5pc2hPd25TdWJzY3JpcHRpb24SWS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlN0cmlwZS5TdHJpcGVGaW5pc2hPd25TdWJzY3JpcHRpb25SZXF1ZXN0GlouSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uUGF5bWVudC5TdHJpcGUuU3RyaXBlRmluaXNoT3duU3Vic2NyaXB0aW9uUmVzcG9uc2UiMoLT5JMCLDoBKiInL2FwaS9wYXltZW50L3N0cmlwZS9zdWJzY3JpcHRpb24vZmluaXNoYgZwcm90bzM", [file_google_api_annotations, file_Protos_IT_WebServices_Fragments_Authorization_Payment_DataRecords, file_Protos_IT_WebServices_Fragments_Authorization_Payment_SharedTypes, file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_ProductRecord]);
13
- /**
14
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOtherSubscriptionRequest.
15
- * Use `create(StripeCheckOtherSubscriptionRequestSchema)` to create a new message.
16
- */
17
- export const StripeCheckOtherSubscriptionRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 0);
18
- /**
19
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOtherSubscriptionResponse.
20
- * Use `create(StripeCheckOtherSubscriptionResponseSchema)` to create a new message.
21
- */
22
- export const StripeCheckOtherSubscriptionResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 1);
23
- /**
24
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOwnSubscriptionRequest.
25
- * Use `create(StripeCheckOwnSubscriptionRequestSchema)` to create a new message.
26
- */
27
- export const StripeCheckOwnSubscriptionRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 2);
28
- /**
29
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckOwnSubscriptionResponse.
30
- * Use `create(StripeCheckOwnSubscriptionResponseSchema)` to create a new message.
31
- */
32
- export const StripeCheckOwnSubscriptionResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 3);
33
- /**
34
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckoutSessionRequest.
35
- * Use `create(StripeCheckoutSessionRequestSchema)` to create a new message.
36
- */
37
- export const StripeCheckoutSessionRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 4);
38
- /**
39
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCheckoutSessionResponse.
40
- * Use `create(StripeCheckoutSessionResponseSchema)` to create a new message.
41
- */
42
- export const StripeCheckoutSessionResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 5);
43
- /**
44
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCreateBillingPortalRequest.
45
- * Use `create(StripeCreateBillingPortalRequestSchema)` to create a new message.
46
- */
47
- export const StripeCreateBillingPortalRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 6);
48
- /**
49
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeCreateBillingPortalResponse.
50
- * Use `create(StripeCreateBillingPortalResponseSchema)` to create a new message.
51
- */
52
- export const StripeCreateBillingPortalResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 7);
53
- /**
54
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeFinishOwnSubscriptionRequest.
55
- * Use `create(StripeFinishOwnSubscriptionRequestSchema)` to create a new message.
56
- */
57
- export const StripeFinishOwnSubscriptionRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 8);
58
- /**
59
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeFinishOwnSubscriptionResponse.
60
- * Use `create(StripeFinishOwnSubscriptionResponseSchema)` to create a new message.
61
- */
62
- export const StripeFinishOwnSubscriptionResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 9);
63
- /**
64
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetAccountDetailsRequest.
65
- * Use `create(StripeGetAccountDetailsRequestSchema)` to create a new message.
66
- */
67
- export const StripeGetAccountDetailsRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 10);
68
- /**
69
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetAccountDetailsResponse.
70
- * Use `create(StripeGetAccountDetailsResponseSchema)` to create a new message.
71
- */
72
- export const StripeGetAccountDetailsResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 11);
73
- /**
74
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOtherSubscriptionRecordsRequest.
75
- * Use `create(StripeGetOtherSubscriptionRecordsRequestSchema)` to create a new message.
76
- */
77
- export const StripeGetOtherSubscriptionRecordsRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 12);
78
- /**
79
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOtherSubscriptionRecordsResponse.
80
- * Use `create(StripeGetOtherSubscriptionRecordsResponseSchema)` to create a new message.
81
- */
82
- export const StripeGetOtherSubscriptionRecordsResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 13);
83
- /**
84
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOwnSubscriptionRecordsRequest.
85
- * Use `create(StripeGetOwnSubscriptionRecordsRequestSchema)` to create a new message.
86
- */
87
- export const StripeGetOwnSubscriptionRecordsRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 14);
88
- /**
89
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeGetOwnSubscriptionRecordsResponse.
90
- * Use `create(StripeGetOwnSubscriptionRecordsResponseSchema)` to create a new message.
91
- */
92
- export const StripeGetOwnSubscriptionRecordsResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 15);
12
+ export const file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface = /*@__PURE__*/ fileDesc("ClJQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0F1dGhvcml6YXRpb24vUGF5bWVudC9TdHJpcGUvU3RyaXBlSW50ZXJmYWNlLnByb3RvEjVJVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlN0cmlwZSJxCiFTdHJpcGVFbnN1cmVPbmVUaW1lUHJvZHVjdFJlcXVlc3QSEgoKSW50ZXJuYWxJRBgBIAEoCRIMCgROYW1lGAIgASgJEhQKDE1pbmltdW1QcmljZRgLIAEoDRIUCgxNYXhpbXVtUHJpY2UYDCABKA0iMwoiU3RyaXBlRW5zdXJlT25lVGltZVByb2R1Y3RSZXNwb25zZRINCgVFcnJvchgBIAEoCSJACiJTdHJpcGVGaW5pc2hPd25TdWJzY3JpcHRpb25SZXF1ZXN0EhoKElByb2Nlc3NvclNlc3Npb25JRBgBIAEoCSKPAQojU3RyaXBlRmluaXNoT3duU3Vic2NyaXB0aW9uUmVzcG9uc2USWQoGUmVjb3JkGAEgASgLMkkuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uUGF5bWVudC5HZW5lcmljU3Vic2NyaXB0aW9uUmVjb3JkEg0KBUVycm9yGAIgASgJMpwCCg9TdHJpcGVJbnRlcmZhY2USiAIKG1N0cmlwZUZpbmlzaE93blN1YnNjcmlwdGlvbhJZLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLlBheW1lbnQuU3RyaXBlLlN0cmlwZUZpbmlzaE93blN1YnNjcmlwdGlvblJlcXVlc3QaWi5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlN0cmlwZS5TdHJpcGVGaW5pc2hPd25TdWJzY3JpcHRpb25SZXNwb25zZSIygtPkkwIsOgEqIicvYXBpL3BheW1lbnQvc3RyaXBlL3N1YnNjcmlwdGlvbi9maW5pc2hiBnByb3RvMw", [file_google_api_annotations, file_Protos_IT_WebServices_Fragments_Authorization_Payment_DataRecords, file_Protos_IT_WebServices_Fragments_Authorization_Payment_SharedTypes, file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_ProductRecord]);
93
13
  /**
94
14
  * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeEnsureOneTimeProductRequest.
95
15
  * Use `create(StripeEnsureOneTimeProductRequestSchema)` to create a new message.
96
16
  */
97
- export const StripeEnsureOneTimeProductRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 16);
17
+ export const StripeEnsureOneTimeProductRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 0);
98
18
  /**
99
19
  * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeEnsureOneTimeProductResponse.
100
20
  * Use `create(StripeEnsureOneTimeProductResponseSchema)` to create a new message.
101
21
  */
102
- export const StripeEnsureOneTimeProductResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 17);
22
+ export const StripeEnsureOneTimeProductResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 1);
103
23
  /**
104
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOtherSubscriptionRequest.
105
- * Use `create(StripeReconcileOtherSubscriptionRequestSchema)` to create a new message.
106
- */
107
- export const StripeReconcileOtherSubscriptionRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 18);
108
- /**
109
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOtherSubscriptionResponse.
110
- * Use `create(StripeReconcileOtherSubscriptionResponseSchema)` to create a new message.
111
- */
112
- export const StripeReconcileOtherSubscriptionResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 19);
113
- /**
114
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOwnSubscriptionRequest.
115
- * Use `create(StripeReconcileOwnSubscriptionRequestSchema)` to create a new message.
24
+ * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeFinishOwnSubscriptionRequest.
25
+ * Use `create(StripeFinishOwnSubscriptionRequestSchema)` to create a new message.
116
26
  */
117
- export const StripeReconcileOwnSubscriptionRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 20);
27
+ export const StripeFinishOwnSubscriptionRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 2);
118
28
  /**
119
- * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeReconcileOwnSubscriptionResponse.
120
- * Use `create(StripeReconcileOwnSubscriptionResponseSchema)` to create a new message.
29
+ * Describes the message IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeFinishOwnSubscriptionResponse.
30
+ * Use `create(StripeFinishOwnSubscriptionResponseSchema)` to create a new message.
121
31
  */
122
- export const StripeReconcileOwnSubscriptionResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 21);
32
+ export const StripeFinishOwnSubscriptionResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 3);
123
33
  /**
124
- * rpc StripeCheckOtherSubscription (StripeCheckOtherSubscriptionRequest) returns (StripeCheckOtherSubscriptionResponse) {}
125
- *
126
34
  * @generated from service IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeInterface
127
35
  */
128
36
  export const StripeInterface = /*@__PURE__*/ serviceDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Stripe_StripeInterface, 0);
@@ -4,8 +4,6 @@
4
4
  // @ts-nocheck
5
5
  import { MethodKind } from "@bufbuild/protobuf";
6
6
  /**
7
- * rpc StripeCheckOtherSubscription (StripeCheckOtherSubscriptionRequest) returns (StripeCheckOtherSubscriptionResponse) {}
8
- *
9
7
  * @generated from service IT.WebServices.Fragments.Authorization.Payment.Stripe.StripeInterface
10
8
  */
11
9
  export const StripeInterface = {
@@ -1,2 +1,2 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './StripeInterface_connect.js';
@@ -0,0 +1,73 @@
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Authorization/Payment/Tax/BackupInterface.proto (package IT.WebServices.Fragments.Authorization.Payment.Tax, syntax proto3)
3
+ /* eslint-disable */
4
+ import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
+ import { file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_TaxRecords } from "./TaxRecords_pb.js";
6
+ /**
7
+ * Describes the file Protos/IT/WebServices/Fragments/Authorization/Payment/Tax/BackupInterface.proto.
8
+ */
9
+ export const file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_BackupInterface = /*@__PURE__*/ fileDesc("Ck9Qcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0F1dGhvcml6YXRpb24vUGF5bWVudC9UYXgvQmFja3VwSW50ZXJmYWNlLnByb3RvEjJJVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlRheCIvChRCYWNrdXBBbGxEYXRhUmVxdWVzdBIXCg9DbGllbnRQdWJsaWNKd2sYASABKAkisQEKFUJhY2t1cEFsbERhdGFSZXNwb25zZRIZCg9TZXJ2ZXJQdWJsaWNKd2sYASABKAlIABJrCg9FbmNyeXB0ZWRSZWNvcmQYCiABKAsyUC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlRheC5FbmNyeXB0ZWRUYXhCYWNrdXBEYXRhUmVjb3JkSABCEAoOUmVzcG9uc2Vfb25lb2YiQgocRW5jcnlwdGVkVGF4QmFja3VwRGF0YVJlY29yZBIUCgxFbmNyeXB0aW9uSVYYASABKAwSDAoERGF0YRgKIAEoDCKjAgoVUmVzdG9yZUFsbERhdGFSZXF1ZXN0EmUKBE1vZGUYASABKA4yVS5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlRheC5SZXN0b3JlQWxsRGF0YVJlcXVlc3QuUmVzdG9yZU1vZGVIABJZCgZSZWNvcmQYCiABKAsyRy5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlRheC5UYXhCYWNrdXBEYXRhUmVjb3JkSAAiNwoLUmVzdG9yZU1vZGUSCAoEV2lwZRAAEg0KCU92ZXJ3cml0ZRABEg8KC01pc3NpbmdPbmx5EAJCDwoNUmVxdWVzdF9vbmVvZiKGAQoWUmVzdG9yZUFsbERhdGFSZXNwb25zZRIaChJOdW1SZWNvcmRzUmVzdG9yZWQYASABKAUSGQoRTnVtUmVjb3Jkc1NraXBwZWQYAiABKAUSHAoUTnVtUmVjb3Jkc092ZXJ3cml0ZW4YAyABKAUSFwoPTnVtUmVjb3Jkc1dpcGVkGAQgASgFIpABChNUYXhCYWNrdXBEYXRhUmVjb3JkEhEKCUV4dHJhRGF0YRgBIAEoDBJmCg5TYWxlc1RheFJlY29yZBgCIAEoCzJOLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLlBheW1lbnQuVGF4LlNhbGVzVGF4QnlQb3N0YWxDb2RlUmVjb3JkMuoCCg9CYWNrdXBJbnRlcmZhY2USqAEKDUJhY2t1cEFsbERhdGESSC5JVC5XZWJTZXJ2aWNlcy5GcmFnbWVudHMuQXV0aG9yaXphdGlvbi5QYXltZW50LlRheC5CYWNrdXBBbGxEYXRhUmVxdWVzdBpJLklULldlYlNlcnZpY2VzLkZyYWdtZW50cy5BdXRob3JpemF0aW9uLlBheW1lbnQuVGF4LkJhY2t1cEFsbERhdGFSZXNwb25zZSIAMAESqwEKDlJlc3RvcmVBbGxEYXRhEkkuSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uUGF5bWVudC5UYXguUmVzdG9yZUFsbERhdGFSZXF1ZXN0GkouSVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uUGF5bWVudC5UYXguUmVzdG9yZUFsbERhdGFSZXNwb25zZSIAKAFiBnByb3RvMw", [file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_TaxRecords]);
10
+ /**
11
+ * Describes the message IT.WebServices.Fragments.Authorization.Payment.Tax.BackupAllDataRequest.
12
+ * Use `create(BackupAllDataRequestSchema)` to create a new message.
13
+ */
14
+ export const BackupAllDataRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_BackupInterface, 0);
15
+ /**
16
+ * Describes the message IT.WebServices.Fragments.Authorization.Payment.Tax.BackupAllDataResponse.
17
+ * Use `create(BackupAllDataResponseSchema)` to create a new message.
18
+ */
19
+ export const BackupAllDataResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_BackupInterface, 1);
20
+ /**
21
+ * Describes the message IT.WebServices.Fragments.Authorization.Payment.Tax.EncryptedTaxBackupDataRecord.
22
+ * Use `create(EncryptedTaxBackupDataRecordSchema)` to create a new message.
23
+ */
24
+ export const EncryptedTaxBackupDataRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_BackupInterface, 2);
25
+ /**
26
+ * Describes the message IT.WebServices.Fragments.Authorization.Payment.Tax.RestoreAllDataRequest.
27
+ * Use `create(RestoreAllDataRequestSchema)` to create a new message.
28
+ */
29
+ export const RestoreAllDataRequestSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_BackupInterface, 3);
30
+ /**
31
+ * @generated from enum IT.WebServices.Fragments.Authorization.Payment.Tax.RestoreAllDataRequest.RestoreMode
32
+ */
33
+ export var RestoreAllDataRequest_RestoreMode;
34
+ (function (RestoreAllDataRequest_RestoreMode) {
35
+ /**
36
+ * Wipe entire tax database and restore tax. Any new tax will be deleted.
37
+ *
38
+ * @generated from enum value: Wipe = 0;
39
+ */
40
+ RestoreAllDataRequest_RestoreMode[RestoreAllDataRequest_RestoreMode["Wipe"] = 0] = "Wipe";
41
+ /**
42
+ * Overwrite all records with corresponding record. Will not delete new records not in list.
43
+ *
44
+ * @generated from enum value: Overwrite = 1;
45
+ */
46
+ RestoreAllDataRequest_RestoreMode[RestoreAllDataRequest_RestoreMode["Overwrite"] = 1] = "Overwrite";
47
+ /**
48
+ * Only restore missing tax records. Will not overwrite tax records that already exist.
49
+ *
50
+ * @generated from enum value: MissingOnly = 2;
51
+ */
52
+ RestoreAllDataRequest_RestoreMode[RestoreAllDataRequest_RestoreMode["MissingOnly"] = 2] = "MissingOnly";
53
+ })(RestoreAllDataRequest_RestoreMode || (RestoreAllDataRequest_RestoreMode = {}));
54
+ /**
55
+ * Describes the enum IT.WebServices.Fragments.Authorization.Payment.Tax.RestoreAllDataRequest.RestoreMode.
56
+ */
57
+ export const RestoreAllDataRequest_RestoreModeSchema = /*@__PURE__*/ enumDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_BackupInterface, 3, 0);
58
+ /**
59
+ * Describes the message IT.WebServices.Fragments.Authorization.Payment.Tax.RestoreAllDataResponse.
60
+ * Use `create(RestoreAllDataResponseSchema)` to create a new message.
61
+ */
62
+ export const RestoreAllDataResponseSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_BackupInterface, 4);
63
+ /**
64
+ * Describes the message IT.WebServices.Fragments.Authorization.Payment.Tax.TaxBackupDataRecord.
65
+ * Use `create(TaxBackupDataRecordSchema)` to create a new message.
66
+ */
67
+ export const TaxBackupDataRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_BackupInterface, 5);
68
+ /**
69
+ * Service for Payment backup fragment interface
70
+ *
71
+ * @generated from service IT.WebServices.Fragments.Authorization.Payment.Tax.BackupInterface
72
+ */
73
+ export const BackupInterface = /*@__PURE__*/ serviceDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_BackupInterface, 0);
@@ -0,0 +1,13 @@
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Authorization/Payment/Tax/TaxRecords.proto (package IT.WebServices.Fragments.Authorization.Payment.Tax, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file Protos/IT/WebServices/Fragments/Authorization/Payment/Tax/TaxRecords.proto.
7
+ */
8
+ export const file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_TaxRecords = /*@__PURE__*/ fileDesc("CkpQcm90b3MvSVQvV2ViU2VydmljZXMvRnJhZ21lbnRzL0F1dGhvcml6YXRpb24vUGF5bWVudC9UYXgvVGF4UmVjb3Jkcy5wcm90bxIySVQuV2ViU2VydmljZXMuRnJhZ21lbnRzLkF1dGhvcml6YXRpb24uUGF5bWVudC5UYXgimAEKGlNhbGVzVGF4QnlQb3N0YWxDb2RlUmVjb3JkEhMKC0NvdW50cnlDb2RlGAEgASgJEhIKClBvc3RhbENvZGUYAiABKAkSFwoPU3ViZGl2aXNpb25Db2RlGAMgASgJEh8KF1RheFJhdGVUaG91c2FuZFBlcmNlbnRzGAsgASgNEhcKD1N0cmlwZVRheFJhdGVJZBgVIAEoCWIGcHJvdG8z");
9
+ /**
10
+ * Describes the message IT.WebServices.Fragments.Authorization.Payment.Tax.SalesTaxByPostalCodeRecord.
11
+ * Use `create(SalesTaxByPostalCodeRecordSchema)` to create a new message.
12
+ */
13
+ export const SalesTaxByPostalCodeRecordSchema = /*@__PURE__*/ messageDesc(file_Protos_IT_WebServices_Fragments_Authorization_Payment_Tax_TaxRecords, 0);
@@ -0,0 +1,37 @@
1
+ // @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts,import_extension=none"
2
+ // @generated from file Protos/IT/WebServices/Fragments/Authorization/Payment/Tax/BackupInterface.proto (package IT.WebServices.Fragments.Authorization.Payment.Tax, syntax proto3)
3
+ /* eslint-disable */
4
+ // @ts-nocheck
5
+ import { MethodKind } from "@bufbuild/protobuf";
6
+ /**
7
+ * Service for Payment backup fragment interface
8
+ *
9
+ * @generated from service IT.WebServices.Fragments.Authorization.Payment.Tax.BackupInterface
10
+ */
11
+ export const BackupInterface = {
12
+ typeName: "IT.WebServices.Fragments.Authorization.Payment.Tax.BackupInterface",
13
+ methods: {
14
+ /**
15
+ * Export a list of all data.
16
+ *
17
+ * @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Tax.BackupInterface.BackupAllData
18
+ */
19
+ backupAllData: {
20
+ name: "BackupAllData",
21
+ I: BackupAllDataRequest,
22
+ O: BackupAllDataResponse,
23
+ kind: MethodKind.ServerStreaming,
24
+ },
25
+ /**
26
+ * Restore a list of all data.
27
+ *
28
+ * @generated from rpc IT.WebServices.Fragments.Authorization.Payment.Tax.BackupInterface.RestoreAllData
29
+ */
30
+ restoreAllData: {
31
+ name: "RestoreAllData",
32
+ I: RestoreAllDataRequest,
33
+ O: RestoreAllDataResponse,
34
+ kind: MethodKind.ClientStreaming,
35
+ },
36
+ }
37
+ };
@@ -0,0 +1,2 @@
1
+ // Auto-generated - DO NOT EDIT
2
+ export * from './BackupInterface_connect.js';
@@ -0,0 +1,4 @@
1
+ // Auto-generated - DO NOT EDIT
2
+ export * from './BackupInterface_pb.js';
3
+ export * from './TaxRecords_pb.js';
4
+ export * as connect from './connect/index.js';
@@ -1,2 +1,4 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './AdminPaymentInterface_connect.js';
3
+ export * from './BackupInterface_connect.js';
4
+ export * from './PaymentInterface_connect.js';
@@ -10,3 +10,4 @@ export * as Fortis from './Fortis/index.js';
10
10
  export * as Manual from './Manual/index.js';
11
11
  export * as Paypal from './Paypal/index.js';
12
12
  export * as Stripe from './Stripe/index.js';
13
+ export * as Tax from './Tax/index.js';
@@ -1,2 +1,2 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './Claims_connect.js';
@@ -1,2 +1,2 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './CareersInterface_connect.js';
@@ -1,2 +1,2 @@
1
1
  // Auto-generated - DO NOT EDIT
2
- export {};
2
+ export * from './CommentInterface_connect.js';