@eide/foir-proto-ts 0.27.0 → 0.28.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 (49) hide show
  1. package/package.json +1 -1
  2. package/src/analytics/v1/analytics_pb.d.ts +31 -31
  3. package/src/analytics/v1/analytics_pb.js +1 -1
  4. package/src/apps/v1/apps_pb.d.ts +26 -26
  5. package/src/apps/v1/apps_pb.js +1 -1
  6. package/src/apps/v1/apps_service_pb.d.ts +38 -38
  7. package/src/apps/v1/apps_service_pb.js +1 -1
  8. package/src/billing/v1/billing_pb.d.ts +102 -102
  9. package/src/billing/v1/billing_pb.js +1 -1
  10. package/src/buf/validate/validate_pb.d.ts +10 -10
  11. package/src/buf/validate/validate_pb.js +1 -1
  12. package/src/configs/v1/configs_pb.d.ts +51 -51
  13. package/src/configs/v1/configs_pb.js +1 -1
  14. package/src/email/v1/email_pb.d.ts +24 -24
  15. package/src/email/v1/email_pb.js +1 -1
  16. package/src/experiments/v1/experiments_pb.d.ts +50 -50
  17. package/src/experiments/v1/experiments_pb.js +1 -1
  18. package/src/expressions/v1/expressions_pb.d.ts +11 -11
  19. package/src/expressions/v1/expressions_pb.js +1 -1
  20. package/src/hooks/v1/hooks_pb.d.ts +36 -36
  21. package/src/hooks/v1/hooks_pb.js +1 -1
  22. package/src/identity/v1/identity_pb.d.ts +196 -196
  23. package/src/identity/v1/identity_pb.js +1 -1
  24. package/src/models/v1/models_connect.d.ts +32 -1
  25. package/src/models/v1/models_connect.js +32 -1
  26. package/src/models/v1/models_pb.d.ts +265 -52
  27. package/src/models/v1/models_pb.js +58 -2
  28. package/src/notifications/v1/notifications_pb.d.ts +40 -40
  29. package/src/notifications/v1/notifications_pb.js +1 -1
  30. package/src/operations/v1/operations_connect.d.ts +37 -1
  31. package/src/operations/v1/operations_connect.js +37 -1
  32. package/src/operations/v1/operations_pb.d.ts +304 -114
  33. package/src/operations/v1/operations_pb.js +87 -31
  34. package/src/placements/v1/placements_pb.d.ts +24 -24
  35. package/src/placements/v1/placements_pb.js +1 -1
  36. package/src/queue/v1/queue_pb.d.ts +17 -17
  37. package/src/queue/v1/queue_pb.js +1 -1
  38. package/src/records/v1/records_pb.d.ts +136 -136
  39. package/src/records/v1/records_pb.js +1 -1
  40. package/src/schedules/v1/schedules_pb.d.ts +64 -64
  41. package/src/schedules/v1/schedules_pb.js +1 -1
  42. package/src/segments/v1/segments_pb.d.ts +35 -35
  43. package/src/segments/v1/segments_pb.js +1 -1
  44. package/src/settings/v1/settings_pb.d.ts +190 -190
  45. package/src/settings/v1/settings_pb.js +1 -1
  46. package/src/storage/v1/storage_pb.d.ts +41 -41
  47. package/src/storage/v1/storage_pb.js +1 -1
  48. package/src/workers/v1/workers_pb.d.ts +1 -1
  49. package/src/workers/v1/workers_pb.js +1 -1
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "import_extension=js"
2
2
  // @generated from file apps/v1/apps_service.proto (package apps.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
@@ -55,19 +55,19 @@ export declare type App = Message<"apps.v1.App"> & {
55
55
  *
56
56
  * @generated from field: apps.v1.AppConfig manifest = 7;
57
57
  */
58
- manifest?: AppConfig;
58
+ manifest?: AppConfig | undefined;
59
59
 
60
60
  /**
61
61
  * @generated from field: google.protobuf.Struct settings = 8;
62
62
  */
63
- settings?: JsonObject;
63
+ settings?: JsonObject | undefined;
64
64
 
65
65
  /**
66
66
  * see SourceMapping / SinkMapping
67
67
  *
68
68
  * @generated from field: google.protobuf.Struct mappings = 9;
69
69
  */
70
- mappings?: JsonObject;
70
+ mappings?: JsonObject | undefined;
71
71
 
72
72
  /**
73
73
  * @generated from field: bool enabled = 10;
@@ -77,17 +77,17 @@ export declare type App = Message<"apps.v1.App"> & {
77
77
  /**
78
78
  * @generated from field: google.protobuf.Timestamp installed_at = 11;
79
79
  */
80
- installedAt?: Timestamp;
80
+ installedAt?: Timestamp | undefined;
81
81
 
82
82
  /**
83
83
  * @generated from field: optional string installed_by = 12;
84
84
  */
85
- installedBy?: string;
85
+ installedBy?: string | undefined;
86
86
 
87
87
  /**
88
88
  * @generated from field: google.protobuf.Timestamp updated_at = 13;
89
89
  */
90
- updatedAt?: Timestamp;
90
+ updatedAt?: Timestamp | undefined;
91
91
 
92
92
  /**
93
93
  * Last-pushed snapshot of `mappings` from `foir push`. Populated only by
@@ -96,12 +96,12 @@ export declare type App = Message<"apps.v1.App"> & {
96
96
  *
97
97
  * @generated from field: google.protobuf.Struct last_pushed_mappings = 14;
98
98
  */
99
- lastPushedMappings?: JsonObject;
99
+ lastPushedMappings?: JsonObject | undefined;
100
100
 
101
101
  /**
102
102
  * @generated from field: optional google.protobuf.Timestamp last_pushed_at = 15;
103
103
  */
104
- lastPushedAt?: Timestamp;
104
+ lastPushedAt?: Timestamp | undefined;
105
105
  };
106
106
 
107
107
  /**
@@ -210,7 +210,7 @@ export declare type AppInstallPreview = Message<"apps.v1.AppInstallPreview"> & {
210
210
  /**
211
211
  * @generated from field: apps.v1.AppConfig manifest = 1;
212
212
  */
213
- manifest?: AppConfig;
213
+ manifest?: AppConfig | undefined;
214
214
 
215
215
  /**
216
216
  * @generated from field: string manifest_hash = 2;
@@ -344,7 +344,7 @@ export declare type GetAppResponse = Message<"apps.v1.GetAppResponse"> & {
344
344
  /**
345
345
  * @generated from field: apps.v1.App app = 1;
346
346
  */
347
- app?: App;
347
+ app?: App | undefined;
348
348
  };
349
349
 
350
350
  /**
@@ -391,12 +391,12 @@ export declare type InstallAppResponse = Message<"apps.v1.InstallAppResponse"> &
391
391
  /**
392
392
  * @generated from field: apps.v1.AppInstallPreview preview = 2;
393
393
  */
394
- preview?: AppInstallPreview;
394
+ preview?: AppInstallPreview | undefined;
395
395
 
396
396
  /**
397
397
  * @generated from field: google.protobuf.Timestamp expires_at = 3;
398
398
  */
399
- expiresAt?: Timestamp;
399
+ expiresAt?: Timestamp | undefined;
400
400
  };
401
401
 
402
402
  /**
@@ -433,7 +433,7 @@ export declare type ConfirmInstallAppRequest = Message<"apps.v1.ConfirmInstallAp
433
433
  *
434
434
  * @generated from field: optional google.protobuf.Struct settings = 4;
435
435
  */
436
- settings?: JsonObject;
436
+ settings?: JsonObject | undefined;
437
437
 
438
438
  /**
439
439
  * REQUIRED for every TARGET_FIELD placement with
@@ -465,7 +465,7 @@ export declare type ConfirmInstallAppResponse = Message<"apps.v1.ConfirmInstallA
465
465
  /**
466
466
  * @generated from field: apps.v1.App app = 1;
467
467
  */
468
- app?: App;
468
+ app?: App | undefined;
469
469
  };
470
470
 
471
471
  /**
@@ -512,7 +512,7 @@ export declare type UpdateAppResponse = Message<"apps.v1.UpdateAppResponse"> & {
512
512
  /**
513
513
  * @generated from field: apps.v1.AppConfig new_manifest = 2;
514
514
  */
515
- newManifest?: AppConfig;
515
+ newManifest?: AppConfig | undefined;
516
516
 
517
517
  /**
518
518
  * @generated from field: repeated apps.v1.ManifestChange changes = 3;
@@ -629,7 +629,7 @@ export declare type ConfirmUpdateAppResponse = Message<"apps.v1.ConfirmUpdateApp
629
629
  /**
630
630
  * @generated from field: apps.v1.App app = 1;
631
631
  */
632
- app?: App;
632
+ app?: App | undefined;
633
633
  };
634
634
 
635
635
  /**
@@ -757,7 +757,7 @@ export declare type SetAppMappingResponse = Message<"apps.v1.SetAppMappingRespon
757
757
  /**
758
758
  * @generated from field: apps.v1.App app = 1;
759
759
  */
760
- app?: App;
760
+ app?: App | undefined;
761
761
  };
762
762
 
763
763
  /**
@@ -896,7 +896,7 @@ export declare type TriggerOperationRequest = Message<"apps.v1.TriggerOperationR
896
896
  /**
897
897
  * @generated from field: optional google.protobuf.Struct input = 4;
898
898
  */
899
- input?: JsonObject;
899
+ input?: JsonObject | undefined;
900
900
  };
901
901
 
902
902
  /**
@@ -945,7 +945,7 @@ export declare type WriteAppCredentialRequest = Message<"apps.v1.WriteAppCredent
945
945
  *
946
946
  * @generated from field: google.protobuf.Struct values = 4;
947
947
  */
948
- values?: JsonObject;
948
+ values?: JsonObject | undefined;
949
949
  };
950
950
 
951
951
  /**
@@ -1008,7 +1008,7 @@ export declare type GetAppCredentialResponse = Message<"apps.v1.GetAppCredential
1008
1008
  /**
1009
1009
  * @generated from field: google.protobuf.Struct values = 2;
1010
1010
  */
1011
- values?: JsonObject;
1011
+ values?: JsonObject | undefined;
1012
1012
 
1013
1013
  /**
1014
1014
  * false if the slot exists but is empty
@@ -1104,7 +1104,7 @@ export declare type IssueExchangeTicketResponse = Message<"apps.v1.IssueExchange
1104
1104
  /**
1105
1105
  * @generated from field: google.protobuf.Timestamp expires_at = 2;
1106
1106
  */
1107
- expiresAt?: Timestamp;
1107
+ expiresAt?: Timestamp | undefined;
1108
1108
  };
1109
1109
 
1110
1110
  /**
@@ -1141,7 +1141,7 @@ export declare type RedeemExchangeTicketResponse = Message<"apps.v1.RedeemExchan
1141
1141
  /**
1142
1142
  * @generated from field: google.protobuf.Timestamp expires_at = 2;
1143
1143
  */
1144
- expiresAt?: Timestamp;
1144
+ expiresAt?: Timestamp | undefined;
1145
1145
  };
1146
1146
 
1147
1147
  /**
@@ -1178,7 +1178,7 @@ export declare type RefreshScopedTokenResponse = Message<"apps.v1.RefreshScopedT
1178
1178
  /**
1179
1179
  * @generated from field: google.protobuf.Timestamp expires_at = 2;
1180
1180
  */
1181
- expiresAt?: Timestamp;
1181
+ expiresAt?: Timestamp | undefined;
1182
1182
  };
1183
1183
 
1184
1184
  /**
@@ -1209,27 +1209,27 @@ export declare type AppStatus = Message<"apps.v1.AppStatus"> & {
1209
1209
  /**
1210
1210
  * @generated from field: optional google.protobuf.Timestamp last_sync_at = 4;
1211
1211
  */
1212
- lastSyncAt?: Timestamp;
1212
+ lastSyncAt?: Timestamp | undefined;
1213
1213
 
1214
1214
  /**
1215
1215
  * @generated from field: optional int64 last_sync_duration_ms = 5;
1216
1216
  */
1217
- lastSyncDurationMs?: bigint;
1217
+ lastSyncDurationMs?: bigint | undefined;
1218
1218
 
1219
1219
  /**
1220
1220
  * @generated from field: optional int64 last_sync_record_count = 6;
1221
1221
  */
1222
- lastSyncRecordCount?: bigint;
1222
+ lastSyncRecordCount?: bigint | undefined;
1223
1223
 
1224
1224
  /**
1225
1225
  * @generated from field: optional string last_error = 7;
1226
1226
  */
1227
- lastError?: string;
1227
+ lastError?: string | undefined;
1228
1228
 
1229
1229
  /**
1230
1230
  * @generated from field: optional google.protobuf.Timestamp last_error_at = 8;
1231
1231
  */
1232
- lastErrorAt?: Timestamp;
1232
+ lastErrorAt?: Timestamp | undefined;
1233
1233
 
1234
1234
  /**
1235
1235
  * @generated from field: string subscription_health = 9;
@@ -1244,22 +1244,22 @@ export declare type AppStatus = Message<"apps.v1.AppStatus"> & {
1244
1244
  /**
1245
1245
  * @generated from field: optional string deletion_strategy = 11;
1246
1246
  */
1247
- deletionStrategy?: string;
1247
+ deletionStrategy?: string | undefined;
1248
1248
 
1249
1249
  /**
1250
1250
  * @generated from field: optional google.protobuf.Struct extra = 12;
1251
1251
  */
1252
- extra?: JsonObject;
1252
+ extra?: JsonObject | undefined;
1253
1253
 
1254
1254
  /**
1255
1255
  * @generated from field: google.protobuf.Timestamp updated_at = 13;
1256
1256
  */
1257
- updatedAt?: Timestamp;
1257
+ updatedAt?: Timestamp | undefined;
1258
1258
 
1259
1259
  /**
1260
1260
  * @generated from field: optional string updated_by_jti = 14;
1261
1261
  */
1262
- updatedByJti?: string;
1262
+ updatedByJti?: string | undefined;
1263
1263
  };
1264
1264
 
1265
1265
  /**
@@ -1301,7 +1301,7 @@ export declare type GetAppStatusResponse = Message<"apps.v1.GetAppStatusResponse
1301
1301
  /**
1302
1302
  * @generated from field: apps.v1.AppStatus status = 1;
1303
1303
  */
1304
- status?: AppStatus;
1304
+ status?: AppStatus | undefined;
1305
1305
  };
1306
1306
 
1307
1307
  /**
@@ -1317,7 +1317,7 @@ export declare type UpsertAppStatusRequest = Message<"apps.v1.UpsertAppStatusReq
1317
1317
  /**
1318
1318
  * @generated from field: apps.v1.AppStatus status = 1;
1319
1319
  */
1320
- status?: AppStatus;
1320
+ status?: AppStatus | undefined;
1321
1321
  };
1322
1322
 
1323
1323
  /**
@@ -1376,17 +1376,17 @@ export declare type AppEvent = Message<"apps.v1.AppEvent"> & {
1376
1376
  /**
1377
1377
  * @generated from field: optional string actor = 6;
1378
1378
  */
1379
- actor?: string;
1379
+ actor?: string | undefined;
1380
1380
 
1381
1381
  /**
1382
1382
  * @generated from field: optional google.protobuf.Struct detail = 7;
1383
1383
  */
1384
- detail?: JsonObject;
1384
+ detail?: JsonObject | undefined;
1385
1385
 
1386
1386
  /**
1387
1387
  * @generated from field: google.protobuf.Timestamp occurred_at = 8;
1388
1388
  */
1389
- occurredAt?: Timestamp;
1389
+ occurredAt?: Timestamp | undefined;
1390
1390
  };
1391
1391
 
1392
1392
  /**
@@ -1,4 +1,4 @@
1
- // @generated by protoc-gen-es v2.11.0 with parameter "import_extension=js"
1
+ // @generated by protoc-gen-es v2.12.0 with parameter "import_extension=js"
2
2
  // @generated from file apps/v1/apps_service.proto (package apps.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4